is not current version
Last Version 1.0.1

de.adito.util:weak 1.0

utility package for java weak references

GroupId

GroupId

de.adito.util
ArtifactId

ArtifactId

weak
Version

Version

1.0
Type

Type

jar

Download weak 1.0


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