15 lines
613 B
Groovy
15 lines
613 B
Groovy
description = 'RuneLite API'
|
|
|
|
dependencies {
|
|
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombok
|
|
|
|
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombok
|
|
|
|
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: findbugs
|
|
implementation group: 'com.google.guava', name: 'guava', version: guava
|
|
implementation group: 'org.apache.commons', name: 'commons-text', version: apacheCommonsText
|
|
implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4j
|
|
|
|
testImplementation group: 'junit', name: 'junit', version: junit
|
|
}
|