Dependency Information

Apache Maven

<dependency>
  <groupId>net.adamcin</groupId>
  <artifactId>snagjar-maven-plugin</artifactId>
  <version>1.3.4</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'net.adamcin:snagjar-maven-plugin:maven-plugin:1.3.4'

Apache Ivy

<dependency org="net.adamcin" name="snagjar-maven-plugin" rev="1.3.4">
  <artifact name="snagjar-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.adamcin', module='snagjar-maven-plugin', version='1.3.4')
)

Gradle/Grails

compile 'net.adamcin:snagjar-maven-plugin:1.3.4'

Scala SBT

libraryDependencies += "net.adamcin" % "snagjar-maven-plugin" % "1.3.4"

Leiningen

[net.adamcin/snagjar-maven-plugin "1.3.4"]