Dependency Information
Apache Maven
<dependency> <groupId>com.github.jh3nd3rs0n</groupId> <artifactId>jargyle-client</artifactId> <version>5.0.0-SNAPSHOT</version> </dependency>
Apache Ivy
<dependency org="com.github.jh3nd3rs0n" name="jargyle-client" rev="5.0.0-SNAPSHOT"> <artifact name="jargyle-client" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.jh3nd3rs0n', module='jargyle-client', version='5.0.0-SNAPSHOT') )
Gradle/Grails
implementation 'com.github.jh3nd3rs0n:jargyle-client:5.0.0-SNAPSHOT'
Scala SBT
libraryDependencies += "com.github.jh3nd3rs0n" % "jargyle-client" % "5.0.0-SNAPSHOT"
Leiningen
[com.github.jh3nd3rs0n/jargyle-client "5.0.0-SNAPSHOT"]