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