We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71916a1 commit 5d47575Copy full SHA for 5d47575
build.gradle
@@ -49,6 +49,10 @@ dependencies {
49
implementation 'com.squareup.okhttp3:okhttp:4.1.0'
50
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.0.pr1'
51
52
+ // Lombok
53
+ compileOnly 'org.projectlombok:lombok:1.18.10'
54
+ annotationProcessor 'org.projectlombok:lombok:1.18.8'
55
+
56
testImplementation 'junit:junit:4.12'
57
}
58
0 commit comments