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