datastructures/datastructures-trie/build.gradle

6 lines
109 B
Groovy
Raw Normal View History

2022-06-05 17:24:16 +02:00
dependencies {
testImplementation(testLibs.mockito.core) {
2022-06-05 17:24:16 +02:00
exclude group: 'org.hamcrest'
}
2022-06-05 19:53:43 +02:00
}