datastructures/datastructures-json/build.gradle

5 lines
114 B
Groovy
Raw Normal View History

2021-04-08 22:36:40 +02:00
dependencies {
api project(':datastructures-tiny')
testImplementation "com.google.code.gson:gson:2.8.5"
}