datastructures/datastructures-json-minimal/build.gradle

6 lines
109 B
Groovy
Raw Normal View History

2021-04-08 22:36:40 +02:00
dependencies {
testImplementation(testLibs.mockito.core) {
2021-04-08 22:36:40 +02:00
exclude group: 'org.hamcrest'
}
2022-06-01 10:09:09 +02:00
}