Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>it.tidalwave.northernwind</groupId>
  <artifactId>northernwind</artifactId>
  <version>1.2-ALPHA-11</version>
  <type>pom</type>
</dependency>

Apache Buildr

'it.tidalwave.northernwind:northernwind:pom:1.2-ALPHA-11'

Apache Ivy

<dependency org="it.tidalwave.northernwind" name="northernwind" rev="1.2-ALPHA-11">
  <artifact name="northernwind" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='it.tidalwave.northernwind', module='northernwind', version='1.2-ALPHA-11')
)

Gradle/Grails

compile 'it.tidalwave.northernwind:northernwind:1.2-ALPHA-11'

Scala SBT

libraryDependencies += "it.tidalwave.northernwind" % "northernwind" % "1.2-ALPHA-11"

Leiningen

[it.tidalwave.northernwind/northernwind "1.2-ALPHA-11"]