Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.taxone.plugins</groupId>
  <artifactId>classpath-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.github.taxone.plugins:classpath-maven-plugin:maven-plugin:1.0.0'

Apache Ant

<dependency org="com.github.taxone.plugins" name="classpath-maven-plugin" rev="1.0.0">
  <artifact name="classpath-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.taxone.plugins', module='classpath-maven-plugin', version='1.0.0')
)

Grails

compile 'com.github.taxone.plugins:classpath-maven-plugin:1.0.0'

Leiningen

[com.github.taxone.plugins/classpath-maven-plugin "1.0.0"]

SBT

libraryDependencies += "com.github.taxone.plugins" %% "classpath-maven-plugin" % "1.0.0"