License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.bramp.unsafe |
ArtifactId | ArtifactIdunsafe-helper |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionUnsafe Helper
Helper class to use the sun.misc.Unsafe class
|
Filename | Size |
---|---|
unsafe-helper-1.0.pom | |
unsafe-helper-1.0.jar | 5 KB |
unsafe-helper-1.0-sources.jar | 4 KB |
unsafe-helper-1.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bramp.unsafe/unsafe-helper/ -->
<dependency>
<groupId>net.bramp.unsafe</groupId>
<artifactId>unsafe-helper</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bramp.unsafe/unsafe-helper/
implementation 'net.bramp.unsafe:unsafe-helper:1.0'
// https://jarcasting.com/artifacts/net.bramp.unsafe/unsafe-helper/
implementation ("net.bramp.unsafe:unsafe-helper:1.0")
'net.bramp.unsafe:unsafe-helper:jar:1.0'
<dependency org="net.bramp.unsafe" name="unsafe-helper" rev="1.0">
<artifact name="unsafe-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bramp.unsafe', module='unsafe-helper', version='1.0')
)
libraryDependencies += "net.bramp.unsafe" % "unsafe-helper" % "1.0"
[net.bramp.unsafe/unsafe-helper "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |