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