unsafe-mock

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

Лицензия

Лицензия

Группа

Группа

com.headius
Идентификатор

Идентификатор

unsafe-mock
Последняя версия

Последняя версия

8.92.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

unsafe-mock
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Ссылка на сайт

Ссылка на сайт

https://github.com/headius/unsafe-mock
Система контроля версий

Система контроля версий

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

Скачать unsafe-mock

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
8.92.1
8.92
8.0