2020-11-03 18:11:04 +01:00
|
|
|
dependencies {
|
2022-11-10 15:27:43 +01:00
|
|
|
api libs.pdfbox
|
2023-12-06 16:33:37 +01:00
|
|
|
api project(':graphics-zxing')
|
2023-12-04 20:53:12 +01:00
|
|
|
testImplementation testLibs.jfreechart
|
2021-12-21 22:23:49 +01:00
|
|
|
testImplementation project(':graphics-svg')
|
2020-11-10 09:32:04 +01:00
|
|
|
}
|