Dependency Information

Apache Maven

<dependency>
  <groupId>de.fhdw.wtf</groupId>
  <artifactId>de.fhdw.wtf.tooling.p2</artifactId>
  <version>1.0.1-SNAPSHOT</version>
  <type>eclipse-repository</type>
</dependency>

Apache Buildr

'de.fhdw.wtf:de.fhdw.wtf.tooling.p2:eclipse-repository:1.0.1-SNAPSHOT'

Apache Ivy

<dependency org="de.fhdw.wtf" name="de.fhdw.wtf.tooling.p2" rev="1.0.1-SNAPSHOT">
  <artifact name="de.fhdw.wtf.tooling.p2" type="eclipse-repository" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='de.fhdw.wtf', module='de.fhdw.wtf.tooling.p2', version='1.0.1-SNAPSHOT')
)

Gradle/Grails

compile 'de.fhdw.wtf:de.fhdw.wtf.tooling.p2:1.0.1-SNAPSHOT'

Scala SBT

libraryDependencies += "de.fhdw.wtf" % "de.fhdw.wtf.tooling.p2" % "1.0.1-SNAPSHOT"

Leiningen

[de.fhdw.wtf/de.fhdw.wtf.tooling.p2 "1.0.1-SNAPSHOT"]