Dependency Information

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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