Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.gurkensalat.osm.verification</groupId>
  <artifactId>webapp</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.gurkensalat.osm.verification:webapp:jar:0.0.1-SNAPSHOT'

Apache Ant

<dependency org="com.gurkensalat.osm.verification" name="webapp" rev="0.0.1-SNAPSHOT">
  <artifact name="webapp" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.gurkensalat.osm.verification', module='webapp', version='0.0.1-SNAPSHOT')
)

Grails

compile 'com.gurkensalat.osm.verification:webapp:0.0.1-SNAPSHOT'

Leiningen

[com.gurkensalat.osm.verification/webapp "0.0.1-SNAPSHOT"]

SBT

libraryDependencies += "com.gurkensalat.osm.verification" %% "webapp" % "0.0.1-SNAPSHOT"