allows for static access to Java's Unsafe API.
this project is a fork of auoeke's java-unsafe fork for Java 8 and published on maven central.
Note: proof that I am allowed to publish this.
you can import unsafe from maven central by adding it to your dependencies:
repositories {
mavenCentral()
}
dependencies {
implementation("fr.stardustenterprises:unsafe:{VERSION}")
}
<dependency>
<groupId>fr.stardustenterprises</groupId>
<artifactId>unsafe</artifactId>
<version>{VERSION}</version>
</dependency>
if you ever encounter any problem related to this project, you can open an issue describing what the problem is. please, be as precise as you can, so that we can help you asap. we are most likely to close the issue if it is not related to our work.
you can contribute by forking the repository, making your changes and creating a new pull request describing what you changed, why and how.
this project is under the CC0-1.0 license like the original project: auoeke's license