Download unsafe-helper-1.0.jar file - Jar u

Jar examples for u:unsafe-helper

Description

Helper class to use the sun.misc.Unsafe class

You can download jar file unsafe-helper 1.0 in this page.

Build File

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

<dependency>
   <groupId>net.bramp.unsafe</groupId>
   <artifactId>unsafe-helper</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'net.bramp.unsafe', name: 'unsafe-helper', version: '1.0'
libraryDependencies += "net.bramp.unsafe" % "unsafe-helper" % "1.0"
<dependency org="net.bramp.unsafe" name="unsafe-helper" rev="1.0"/>
@Grapes(@Grab(group='net.bramp.unsafe', module='unsafe-helper', version='1.0'))
'net.bramp.unsafe:unsafe-helper:jar:1.0'

Download

Click the following link to download the jar file.

unsafe-helper-1.0-javadoc.jar
unsafe-helper-1.0-sources.jar
unsafe-helper-1.0.jar
unsafe-helper-1.0.pom



Related Tutorials