hics.io-vector-pdf.3.0.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of io-vector-pdf Show documentation
Show all versions of io-vector-pdf Show documentation
A collection of graphics libraries for Java
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;
}