Skip to content

Dependencies

JCloak requires annotations to describe the wanted characteristics. With the release of 2.0, only selected classes are hidden and a modified copy of the jar will be created. This eases the usage of JCloak and reduces file size compared to the 1.x branch. The 1.x branch is not accessible anymore and has been removed from the documentation.

maven {
url "https://artifacts.micartey.dev/public"
}
//...
dependencies {
compileOnly "me.micartey.jcloak:annotations:1.1.1"
}