Fork me on GitHub

Dependency Information

Apache Maven

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

Apache Buildr

'com.gurkensalat.osm.verification:ditib-parser:jar:0.0.1-SNAPSHOT'

Apache Ant

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

Groovy Grape

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

Grails

compile 'com.gurkensalat.osm.verification:ditib-parser:0.0.1-SNAPSHOT'

Leiningen

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

SBT

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