Dependency Information

Apache Maven

<dependency>
  <groupId>de.fhdw.wtf</groupId>
  <artifactId>wtf-maven-plugin</artifactId>
  <version>1.0-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'de.fhdw.wtf:wtf-maven-plugin:maven-plugin:1.0-SNAPSHOT'

Apache Ivy

<dependency org="de.fhdw.wtf" name="wtf-maven-plugin" rev="1.0-SNAPSHOT">
  <artifact name="wtf-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='de.fhdw.wtf', module='wtf-maven-plugin', version='1.0-SNAPSHOT')
)

Grails

compile 'de.fhdw.wtf:wtf-maven-plugin:1.0-SNAPSHOT'

Leiningen

[de.fhdw.wtf/wtf-maven-plugin "1.0-SNAPSHOT"]

SBT

libraryDependencies += "de.fhdw.wtf" % "wtf-maven-plugin" % "1.0-SNAPSHOT"