Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.robtimus</groupId>
  <artifactId>application-path</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.robtimus:application-path:jar:1.0-SNAPSHOT'

Apache Ivy

<dependency org="com.github.robtimus" name="application-path" rev="1.0-SNAPSHOT">
  <artifact name="application-path" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.robtimus', module='application-path', version='1.0-SNAPSHOT')
)

Gradle/Grails

compile 'com.github.robtimus:application-path:1.0-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.robtimus" % "application-path" % "1.0-SNAPSHOT"

Leiningen

[com.github.robtimus/application-path "1.0-SNAPSHOT"]