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