mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-05 07:47:56 +00:00
10 lines
246 B
Groovy
10 lines
246 B
Groovy
![]() |
apply plugin: 'java'
|
||
|
|
||
|
dependencies {
|
||
|
compile externalDependency.httpClient
|
||
|
compile externalDependency.servletApi
|
||
|
compile externalDependency.gson
|
||
|
compile externalDependency.jacksonDataBind
|
||
|
annotationProcessor externalDependency.lombok
|
||
|
}
|