1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
plugins { `java-library` } repositories { mavenCentral() } dependencies { // Use it for nullability annotations api("org.jspecify:jspecify:1.0.0") // Use it for contracts and unmodifiability annotations api("org.jetbrains:annotations:26.0.2") }