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

solutions.openpdf.1.0.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
module com.justifiedsolutions.openpdf {
    requires java.desktop;

    requires static org.bouncycastle.provider;
    requires static org.bouncycastle.pkix;

    exports com.justifiedsolutions.openpdf.text;
    exports com.justifiedsolutions.openpdf.text.pdf;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy