<dependency> <groupId>it.tidalwave.northernwind.rca</groupId> <artifactId>northernwind-rca-modules</artifactId> <version>1.2-ALPHA-2</version> <type>pom</type> </dependency>
'it.tidalwave.northernwind.rca:northernwind-rca-modules:pom:1.2-ALPHA-2'
<dependency org="it.tidalwave.northernwind.rca" name="northernwind-rca-modules" rev="1.2-ALPHA-2"> <artifact name="northernwind-rca-modules" type="pom" /> </dependency>
@Grapes( @Grab(group='it.tidalwave.northernwind.rca', module='northernwind-rca-modules', version='1.2-ALPHA-2') )
compile 'it.tidalwave.northernwind.rca:northernwind-rca-modules:1.2-ALPHA-2'
libraryDependencies += "it.tidalwave.northernwind.rca" % "northernwind-rca-modules" % "1.2-ALPHA-2"
[it.tidalwave.northernwind.rca/northernwind-rca-modules "1.2-ALPHA-2"]