<dependency> <groupId>net.adamcin.commons</groupId> <artifactId>net.adamcin.commons.testing</artifactId> <version>1.0.0-SNAPSHOT</version> <type>bundle</type> </dependency>
<dependency org="net.adamcin.commons" name="net.adamcin.commons.testing" rev="1.0.0-SNAPSHOT"> <artifact name="net.adamcin.commons.testing" type="bundle" /> </dependency>
@Grapes( @Grab(group='net.adamcin.commons', module='net.adamcin.commons.testing', version='1.0.0-SNAPSHOT') )