is not current version
Last Version 1.0.3

com.github.tommyettinger:jdkgdxds 0.1.0

Making libGDX's data structures implement JDK interfaces.

GroupId

GroupId

com.github.tommyettinger
ArtifactId

ArtifactId

jdkgdxds
Version

Version

0.1.0
Type

Type

jar

Download jdkgdxds 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.tommyettinger/jdkgdxds/ -->
<dependency>
    <groupId>com.github.tommyettinger</groupId>
    <artifactId>jdkgdxds</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tommyettinger/jdkgdxds/
implementation 'com.github.tommyettinger:jdkgdxds:0.1.0'
// https://jarcasting.com/artifacts/com.github.tommyettinger/jdkgdxds/
implementation ("com.github.tommyettinger:jdkgdxds:0.1.0")
'com.github.tommyettinger:jdkgdxds:jar:0.1.0'
<dependency org="com.github.tommyettinger" name="jdkgdxds" rev="0.1.0">
  <artifact name="jdkgdxds" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tommyettinger', module='jdkgdxds', version='0.1.0')
)
libraryDependencies += "com.github.tommyettinger" % "jdkgdxds" % "0.1.0"
[com.github.tommyettinger/jdkgdxds "0.1.0"]