Dependency Information

Apache Maven

<dependency>
  <groupId>com.kerbaya</groupId>
  <artifactId>stamp-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.kerbaya:stamp-maven-plugin:maven-plugin:1.0.0'

Apache Ivy

<dependency org="com.kerbaya" name="stamp-maven-plugin" rev="1.0.0">
  <artifact name="stamp-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.kerbaya', module='stamp-maven-plugin', version='1.0.0')
)

Gradle/Grails

compile 'com.kerbaya:stamp-maven-plugin:1.0.0'

Scala SBT

libraryDependencies += "com.kerbaya" % "stamp-maven-plugin" % "1.0.0"

Leiningen

[com.kerbaya/stamp-maven-plugin "1.0.0"]