Files download
File Operation
jug-1.1.2.jar download
jug-1.1.2.pom download
jug-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>jug</groupId>
  <artifactId>jug</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'jug:jug:1.1.2'
Gradle Kotlin
implementation("jug:jug:1.1.2")
Scala SBT
libraryDependencies += "jug" % "jug" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='jug', module='jug', version='1.1.2')
)
Apache Ivy
<dependency org="jug" name="jug" rev="1.1.2" />
Leiningen
[jug/jug "1.1.2"]
Apache Buildr
'jug:jug:jar:1.1.2'
Dependencies
The project has no third-party dependencies