unsafe-mock

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

com.headius
ArtifactId

ArtifactId

unsafe-mock
Last Version

Last Version

8.92.1
Release Date

Release Date

Type

Type

jar
Description

Description

unsafe-mock
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

https://github.com/headius/unsafe-mock
Source Code Management

Source Code Management

https://github.com/headius/unsafe-mock

Download unsafe-mock

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

unsafe-mock: a copy of Unsafe from the most recent JDK

This library provides a current version of sun.misc.Unsafe that supports all APIs up through the new "fences" API in Java 8 EA builds b71 and later. This Unsafe is a copy of the one from Java 8 EA build b71, and it is expected that if you want to build against it you put it in javac's bootclasspath. You are responsible for determining in your own code whether you can access Unsafe and which methods are available; this library is only to provide an all-inclusive Unsafe against which you can compile.

Versions

Version
8.92.1
8.92
8.0