Dependency Information
Apache Maven
<dependency> <groupId>de.befrish.testdatamt</groupId> <artifactId>testdatamt-collection</artifactId> <version>1.0-SNAPSHOT</version> </dependency>
Apache Buildr
'de.befrish.testdatamt:testdatamt-collection:jar:1.0-SNAPSHOT'
Apache Ivy
<dependency org="de.befrish.testdatamt" name="testdatamt-collection" rev="1.0-SNAPSHOT"> <artifact name="testdatamt-collection" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='de.befrish.testdatamt', module='testdatamt-collection', version='1.0-SNAPSHOT') )
Gradle/Grails
compile 'de.befrish.testdatamt:testdatamt-collection:1.0-SNAPSHOT'
Scala SBT
libraryDependencies += "de.befrish.testdatamt" % "testdatamt-collection" % "1.0-SNAPSHOT"
Leiningen
[de.befrish.testdatamt/testdatamt-collection "1.0-SNAPSHOT"]