This website requires JavaScript.
Explore
Help
Register
Sign In
joerg
/
datastructures
Watch
1
Star
0
Fork
You've already forked datastructures
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
1f217c417f
datastructures
/
datastructures-trie
/
build.gradle
6 lines
109 B
Groovy
Raw
Normal View
History
Unescape
Escape
working on tries
2022-06-05 17:24:16 +02:00
dependencies
{
update to Gradle 8.5, use testLibs in version catalog for test dependencies
2023-12-12 19:45:37 +01:00
testImplementation
(
testLibs
.
mockito
.
core
)
{
working on tries
2022-06-05 17:24:16 +02:00
exclude
group:
'org.hamcrest'
}
fix jsr-305
2022-06-05 19:53:43 +02:00
}
Reference in a new issue
Copy permalink