Dependency Information

Apache Maven

<dependency>
  <groupId>com.mycila</groupId>
  <artifactId>license-maven-plugin-git</artifactId>
  <version>4.2.rc2</version>
</dependency>

Apache Buildr

'com.mycila:license-maven-plugin-git:jar:4.2.rc2'

Apache Ivy

<dependency org="com.mycila" name="license-maven-plugin-git" rev="4.2.rc2">
  <artifact name="license-maven-plugin-git" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.mycila', module='license-maven-plugin-git', version='4.2.rc2')
)

Gradle/Grails

compile 'com.mycila:license-maven-plugin-git:4.2.rc2'

Scala SBT

libraryDependencies += "com.mycila" % "license-maven-plugin-git" % "4.2.rc2"

Leiningen

[com.mycila/license-maven-plugin-git "4.2.rc2"]