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')
|
2022-11-10 15:27:43 +01:00
|
|
|
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
|
2023-04-17 09:35:04 +02:00
|
|
|
testImplementation libs.bytebuddy
|
2022-11-10 15:27:43 +01:00
|
|
|
testImplementation libs.objenesis
|
2021-02-25 17:01:47 +01:00
|
|
|
}
|