Dependency Information

Apache Maven

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

Apache Buildr

'de.fhdw.wtf:de.fhdw.wtf.tooling.Editor:eclipse-plugin:1.0.1-SNAPSHOT'

Apache Ivy

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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