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

10 lines
278 B
Groovy

dependencies {
implementation libs.javassist
testImplementation libs.junit4
testImplementation libs.jackson
testImplementation libs.gson
jmhImplementation libs.gson
jmhImplementation libs.jackson.annotations
jmhImplementation libs.jackson.databind
}