<dependency> <groupId>com.ostrichemulators.semantics.tool</groupId> <artifactId>parent</artifactId> <version>1.0.1-SNAPSHOT</version> <type>pom</type> </dependency>
<dependency org="com.ostrichemulators.semantics.tool" name="parent" rev="1.0.1-SNAPSHOT"> <artifact name="parent" type="pom" /> </dependency>
@Grapes( @Grab(group='com.ostrichemulators.semantics.tool', module='parent', version='1.0.1-SNAPSHOT') )