5 lines
126 B
Groovy
5 lines
126 B
Groovy
|
|
||
|
dependencies {
|
||
|
testImplementation "com.fasterxml.jackson.core:jackson-databind:${project.property('jackson.version')}"
|
||
|
}
|