datastructures/datastructures-json-iterator/build.gradle

13 lines
335 B
Groovy
Raw Normal View History

2022-11-05 20:32:41 +01:00
apply from: rootProject.file('gradle/test/jmh.gradle')
2021-07-14 11:18:11 +02:00
dependencies {
2022-06-01 10:09:09 +02:00
implementation libs.javassist
testImplementation libs.junit4
testImplementation libs.jackson
testImplementation libs.gson
jmhImplementation libs.gson
jmhImplementation libs.jackson.annotations
jmhImplementation libs.jackson.databind
}