Dependency Information

Apache Maven

<dependency>
  <groupId>ninja.leaping</groupId>
  <artifactId>gettext-maven-plugin</artifactId>
  <version>1.2.5-SNAPSHOT</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'ninja.leaping:gettext-maven-plugin:maven-plugin:1.2.5-SNAPSHOT'

Apache Ant

<dependency org="ninja.leaping" name="gettext-maven-plugin" rev="1.2.5-SNAPSHOT">
  <artifact name="gettext-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='ninja.leaping', module='gettext-maven-plugin', version='1.2.5-SNAPSHOT')
)

Grails

compile 'ninja.leaping:gettext-maven-plugin:1.2.5-SNAPSHOT'

Leiningen

[ninja.leaping/gettext-maven-plugin "1.2.5-SNAPSHOT"]

SBT

libraryDependencies += "ninja.leaping" %% "gettext-maven-plugin" % "1.2.5-SNAPSHOT"