Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Latest commit

 

History

History
93 lines (56 loc) · 2.89 KB

README.md

File metadata and controls

93 lines (56 loc) · 2.89 KB

unsafe

Build Maven Central

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.

importing

you can import unsafe from maven central by adding it to your dependencies:

gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation("fr.stardustenterprises:unsafe:{VERSION}")
}

maven

<dependency>
    <groupId>fr.stardustenterprises</groupId>
    <artifactId>unsafe</artifactId>
    <version>{VERSION}</version>
</dependency>

troubleshooting

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.

contributing

you can contribute by forking the repository, making your changes and creating a new pull request describing what you changed, why and how.

licensing

this project is under the CC0-1.0 license like the original project: auoeke's license