Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.jj3l</groupId>
  <artifactId>maven-example</artifactId>
  <version>1.3.0</version>
</dependency>

Apache Buildr

'com.github.jj3l:maven-example:jar:1.3.0'

Apache Ivy

<dependency org="com.github.jj3l" name="maven-example" rev="1.3.0">
  <artifact name="maven-example" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.jj3l', module='maven-example', version='1.3.0')
)

Grails

compile 'com.github.jj3l:maven-example:1.3.0'

Leiningen

[com.github.jj3l/maven-example "1.3.0"]

SBT

libraryDependencies += "com.github.jj3l" % "maven-example" % "1.3.0"