Apache Maven
<dependency>
<groupId>it.tidalwave.northernwind</groupId>
<artifactId>northernwind</artifactId>
<version>1.2-ALPHA-5</version>
<type>pom</type>
</dependency>
Apache Buildr
'it.tidalwave.northernwind:northernwind:pom:1.2-ALPHA-5'
Apache Ivy
<dependency org="it.tidalwave.northernwind" name="northernwind" rev="1.2-ALPHA-5">
<artifact name="northernwind" type="pom" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='it.tidalwave.northernwind', module='northernwind', version='1.2-ALPHA-5')
)
Gradle/Grails
compile 'it.tidalwave.northernwind:northernwind:1.2-ALPHA-5'
Scala SBT
libraryDependencies += "it.tidalwave.northernwind" % "northernwind" % "1.2-ALPHA-5"
Leiningen
[it.tidalwave.northernwind/northernwind "1.2-ALPHA-5"]