datastructures/datastructures-json-iterator/build.gradle

13 lines
359 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 testLibs.junit4
testImplementation testLibs.jackson
testImplementation testLibs.gson
jmhImplementation testLibs.gson
jmhImplementation testLibs.jackson.annotations
jmhImplementation testLibs.jackson.databind
2022-06-01 10:09:09 +02:00
}