<dependency> <groupId>net.sumaris</groupId> <artifactId>sumaris-pod</artifactId> <version>0.19.0-SNAPSHOT</version> <type>pom</type> </dependency>
'net.sumaris:sumaris-pod:pom:0.19.0-SNAPSHOT'
<dependency org="net.sumaris" name="sumaris-pod" rev="0.19.0-SNAPSHOT"> <artifact name="sumaris-pod" type="pom" /> </dependency>
@Grapes( @Grab(group='net.sumaris', module='sumaris-pod', version='0.19.0-SNAPSHOT') )
compile 'net.sumaris:sumaris-pod:0.19.0-SNAPSHOT'
libraryDependencies += "net.sumaris" % "sumaris-pod" % "0.19.0-SNAPSHOT"
[net.sumaris/sumaris-pod "0.19.0-SNAPSHOT"]