Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 285 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 285 Bytes
repositories {
    mavenCentral()
}

dependencies {
    implementation("net.auoeke:unsafe:latest.release")
}

Developing

Use uncheck for IntelliJ IDEA in order to disable the checked exception warnings.