Files download
File Operation
jqudt-1.5.0.jar download
jqudt-1.5.0.pom download
jqudt-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.egonw</groupId>
  <artifactId>jqudt</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.egonw:jqudt:1.5.0'
Gradle Kotlin
implementation("com.github.egonw:jqudt:1.5.0")
Scala SBT
libraryDependencies += "com.github.egonw" % "jqudt" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.egonw', module='jqudt', version='1.5.0')
)
Apache Ivy
<dependency org="com.github.egonw" name="jqudt" rev="1.5.0" />
Leiningen
[com.github.egonw/jqudt "1.5.0"]
Apache Buildr
'com.github.egonw:jqudt:jar:1.5.0'