is not current version
Last Version 2.0.1

com.github.gfx.util:weak-identity-hash-map 2.0.0

A combination of WeakHashMap+IdentityHashMap

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.gfx.util
ArtifactId

ArtifactId

weak-identity-hash-map
Version

Version

2.0.0
Type

Type

jar

Download weak-identity-hash-map 2.0.0


<!-- https://jarcasting.com/artifacts/com.github.gfx.util/weak-identity-hash-map/ -->
<dependency>
    <groupId>com.github.gfx.util</groupId>
    <artifactId>weak-identity-hash-map</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gfx.util/weak-identity-hash-map/
implementation 'com.github.gfx.util:weak-identity-hash-map:2.0.0'
// https://jarcasting.com/artifacts/com.github.gfx.util/weak-identity-hash-map/
implementation ("com.github.gfx.util:weak-identity-hash-map:2.0.0")
'com.github.gfx.util:weak-identity-hash-map:jar:2.0.0'
<dependency org="com.github.gfx.util" name="weak-identity-hash-map" rev="2.0.0">
  <artifact name="weak-identity-hash-map" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gfx.util', module='weak-identity-hash-map', version='2.0.0')
)
libraryDependencies += "com.github.gfx.util" % "weak-identity-hash-map" % "2.0.0"
[com.github.gfx.util/weak-identity-hash-map "2.0.0"]