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

Allows for static access to Java's Unsafe API.

License

Notifications You must be signed in to change notification settings

stardust-enterprises/unsafe

 
 

Repository files navigation

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

About

Allows for static access to Java's Unsafe API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 80.0%
  • Kotlin 20.0%