forked from Hithomelabs/CFTunnels
12 lines
410 B
Groovy
12 lines
410 B
Groovy
dependencies {
|
|
implementation 'org.springframework:spring-context'
|
|
implementation 'org.springframework:spring-web'
|
|
implementation 'com.fasterxml.jackson.core:jackson-databind'
|
|
implementation 'org.apache.httpcomponents.client5:httpclient5'
|
|
|
|
compileOnly 'org.projectlombok:lombok'
|
|
annotationProcessor 'org.projectlombok:lombok'
|
|
|
|
testImplementation 'org.junit.jupiter:junit-jupiter'
|
|
}
|