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