dependencies {
    api libs.pdfbox
    api project(':graphics-fonts')
    api project(':graphics-zxing')
    runtimeOnly libs.pdfbox.jbig2
    runtimeOnly libs.jai.jpeg2000
    testImplementation testLibs.jfreechart
    testImplementation project(':graphics-svg')
}