You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
datastructures/datastructures-json-iterator/build.gradle

9 lines
644 B
Groovy

dependencies {
implementation "org.javassist:javassist:${project.property('javassist.version')}"
testImplementation "junit:junit:4.13.2"
testImplementation "com.fasterxml.jackson.core:jackson-databind:${project.property('jackson.version')}"
testImplementation "com.google.code.gson:gson:${project.property('gson.version')}"
jmhImplementation "com.google.code.gson:gson:${project.property('gson.version')}"
jmhImplementation "com.fasterxml.jackson.core:jackson-annotations:${project.property('jackson.version')}"
jmhImplementation "com.fasterxml.jackson.core:jackson-databind:${project.property('jackson.version')}"
}