Dependency Information

Apache Maven

<dependency>
  <groupId>org.fastnate</groupId>
  <artifactId>fastnate-maven-plugin</artifactId>
  <version>1.6.0-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'org.fastnate:fastnate-maven-plugin:maven-plugin:1.6.0-SNAPSHOT'

Apache Ivy

<dependency org="org.fastnate" name="fastnate-maven-plugin" rev="1.6.0-SNAPSHOT">
  <artifact name="fastnate-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.fastnate', module='fastnate-maven-plugin', version='1.6.0-SNAPSHOT')
)

Gradle/Grails

compile 'org.fastnate:fastnate-maven-plugin:1.6.0-SNAPSHOT'

Scala SBT

libraryDependencies += "org.fastnate" % "fastnate-maven-plugin" % "1.6.0-SNAPSHOT"

Leiningen

[org.fastnate/fastnate-maven-plugin "1.6.0-SNAPSHOT"]