Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.dkartaschew</groupId>
  <artifactId>manifest-update-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.github.dkartaschew:manifest-update-maven-plugin:maven-plugin:1.0.0'

Apache Ivy

<dependency org="com.github.dkartaschew" name="manifest-update-maven-plugin" rev="1.0.0">
  <artifact name="manifest-update-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.dkartaschew', module='manifest-update-maven-plugin', version='1.0.0')
)

Gradle/Grails

compile 'com.github.dkartaschew:manifest-update-maven-plugin:1.0.0'

Scala SBT

libraryDependencies += "com.github.dkartaschew" % "manifest-update-maven-plugin" % "1.0.0"

Leiningen

[com.github.dkartaschew/manifest-update-maven-plugin "1.0.0"]