Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>randomunit</groupId>
  <artifactId>randomunit</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'randomunit:randomunit:jar:1.0-SNAPSHOT'

Apache Ant

<dependency org="randomunit" name="randomunit" rev="1.0-SNAPSHOT">
  <artifact name="randomunit" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='randomunit', module='randomunit', version='1.0-SNAPSHOT')
)

Grails

compile 'randomunit:randomunit:1.0-SNAPSHOT'

Leiningen

[randomunit "1.0-SNAPSHOT"]

SBT

libraryDependencies += "randomunit" %% "randomunit" % "1.0-SNAPSHOT"