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