You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
datastructures/datastructures-trie/build.gradle

6 lines
105 B
Groovy

2 years ago
dependencies {
2 years ago
testImplementation(libs.mockito.core) {
2 years ago
exclude group: 'org.hamcrest'
}
2 years ago
}