All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hics.io-vector-pdf.3.0.0.source-code.module-info Maven / Gradle / Ivy

The newest version!
module org.xbib.graphics.io.vector.pdf {
    exports org.xbib.graphics.io.vector.pdf;
    requires transitive org.xbib.graphics.io.vector;
    provides org.xbib.graphics.io.vector.VectorGraphics2DProvider with
            org.xbib.graphics.io.vector.pdf.PDFGraphics2DProvider;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy