License |
License |
---|---|
GroupId | GroupIdcom.alexkasko.unsafe |
ArtifactId | ArtifactIdunsafe-tools |
Version | Version1.4.4 |
Type | Typejar |
Description |
DescriptionTools based on sun.misc.Unsafe
Tools to work with off-heap memory and byte arrays using sun.misc.Unsafe
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
unsafe-tools-1.4.4.pom | |
unsafe-tools-1.4.4.jar | 91 KB |
unsafe-tools-1.4.4-sources.jar | 80 KB |
unsafe-tools-1.4.4-javadoc.jar | 631 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alexkasko.unsafe/unsafe-tools/ -->
<dependency>
<groupId>com.alexkasko.unsafe</groupId>
<artifactId>unsafe-tools</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexkasko.unsafe/unsafe-tools/
implementation 'com.alexkasko.unsafe:unsafe-tools:1.4.4'
// https://jarcasting.com/artifacts/com.alexkasko.unsafe/unsafe-tools/
implementation ("com.alexkasko.unsafe:unsafe-tools:1.4.4")
'com.alexkasko.unsafe:unsafe-tools:jar:1.4.4'
<dependency org="com.alexkasko.unsafe" name="unsafe-tools" rev="1.4.4">
<artifact name="unsafe-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.unsafe', module='unsafe-tools', version='1.4.4')
)
libraryDependencies += "com.alexkasko.unsafe" % "unsafe-tools" % "1.4.4"
[com.alexkasko.unsafe/unsafe-tools "1.4.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |