Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.ferstl</groupId>
  <artifactId>jitwatch-jarscan-maven-plugin</artifactId>
  <version>1.1</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.github.ferstl:jitwatch-jarscan-maven-plugin:maven-plugin:1.1'

Apache Ivy

<dependency org="com.github.ferstl" name="jitwatch-jarscan-maven-plugin" rev="1.1">
  <artifact name="jitwatch-jarscan-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.ferstl', module='jitwatch-jarscan-maven-plugin', version='1.1')
)

Grails

compile 'com.github.ferstl:jitwatch-jarscan-maven-plugin:1.1'

Leiningen

[com.github.ferstl/jitwatch-jarscan-maven-plugin "1.1"]

SBT

libraryDependencies += "com.github.ferstl" % "jitwatch-jarscan-maven-plugin" % "1.1"