Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.jh3nd3rs0n</groupId>
  <artifactId>jargyle</artifactId>
  <version>5.0.0-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="com.github.jh3nd3rs0n" name="jargyle" rev="5.0.0-SNAPSHOT">
  <artifact name="jargyle" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.jh3nd3rs0n', module='jargyle', version='5.0.0-SNAPSHOT')
)

Gradle/Grails

implementation 'com.github.jh3nd3rs0n:jargyle:5.0.0-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.jh3nd3rs0n" % "jargyle" % "5.0.0-SNAPSHOT"

Leiningen

[com.github.jh3nd3rs0n/jargyle "5.0.0-SNAPSHOT"]