9 lines
443 B
Groovy
9 lines
443 B
Groovy
description = 'RuneLite API'
|
|
dependencies {
|
|
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.26'
|
|
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
|
|
testImplementation group: 'junit', name: 'junit', version: '4.12'
|
|
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.8'
|
|
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.8'
|
|
}
|