Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.genthaler</groupId>
  <artifactId>credentials-maven-plugin</artifactId>
  <version>1.3</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.github.genthaler:credentials-maven-plugin:maven-plugin:1.3'

Apache Ant

<dependency org="com.github.genthaler" name="credentials-maven-plugin" rev="1.3">
  <artifact name="credentials-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.genthaler', module='credentials-maven-plugin', version='1.3')
)

Grails

compile 'com.github.genthaler:credentials-maven-plugin:1.3'

Leiningen

[com.github.genthaler/credentials-maven-plugin "1.3"]

SBT

libraryDependencies += "com.github.genthaler" %% "credentials-maven-plugin" % "1.3"