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