z3950/z3950-groovy/build.gradle

16 lines
499 B
Groovy
Raw Permalink Normal View History

apply from: rootProject.file('gradle/compile/groovy.gradle')
dependencies {
api project(':z3950-client-jdk')
api libs.groovy.xml
testRuntimeOnly libs.junit.jupiter.vintage
testImplementation libs.groovy
testImplementation libs.groovy.json
testImplementation libs.groovy.nio
testImplementation libs.groovy.sql
testImplementation libs.groovy.macro
testImplementation libs.groovy.templates
testImplementation libs.groovy.test
2023-01-15 23:20:15 +01:00
testImplementation libs.marc
}