Download weak-1.0.jar file - Jar w

Jar examples for w:weak

Description

utility package for java weak references

You can download jar file weak 1.0 in this page.

License

MIT License

Build File

You can use the following script to add weak-1.0.jar to your project.

<dependency>
   <groupId>de.adito.util</groupId>
   <artifactId>weak</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'de.adito.util', name: 'weak', version: '1.0'
libraryDependencies += "de.adito.util" % "weak" % "1.0"
<dependency org="de.adito.util" name="weak" rev="1.0"/>
@Grapes(@Grab(group='de.adito.util', module='weak', version='1.0'))
'de.adito.util:weak:jar:1.0'

Download

Click the following link to download the jar file.

weak-1.0-javadoc.jar
weak-1.0-sources.jar
weak-1.0.jar
weak-1.0.pom



Related Tutorials