datastructures/datastructures-json/build.gradle

4 lines
114 B
Groovy

dependencies {
api project(':datastructures-tiny')
testImplementation "com.google.code.gson:gson:2.8.5"
}