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

.jonix-onix2.2023-05-onix308.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2024-10-onix308
Show newest version
module jonix.onix2 {
    requires transitive jonix.common;
    requires transitive jonix.xml;

    requires transitive java.xml;

    exports com.tectonica.jonix.onix2;

    opens com.tectonica.jonix.onix2; // reflection is not blocked (needed for JSON serialization etc.)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy