unsafe
Introduction: Unsafe but static.
Tags:
repositories {
mavenCentral()
}
dependencies {
implementation("net.auoeke:unsafe:latest.release")
}
Developing
Use uncheck for IntelliJ IDEA in order to disable the checked exception warnings.
