datastructures/datastructures-trie/build.gradle

5 lines
109 B
Groovy

dependencies {
testImplementation(testLibs.mockito.core) {
exclude group: 'org.hamcrest'
}
}