graphics/graphics-pdfbox-groovy/build.gradle

20 lines
647 B
Groovy
Raw Normal View History

2021-02-25 17:01:47 +01:00
apply from: rootProject.file('gradle/compile/groovy.gradle')
dependencies {
api project(':graphics-pdfbox')
api project(':graphics-barcode')
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.xml
testImplementation libs.groovy.macro
testImplementation libs.groovy.templates
testImplementation libs.groovy.test
testImplementation libs.spock
testImplementation libs.cglib
testImplementation libs.objenesis
2021-02-25 17:01:47 +01:00
}