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