.jonix-onix2.2024-10-onix308-fix.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 jonix-onix2 Show documentation
Show all versions of jonix-onix2 Show documentation
Collection of classes for processing Onix-2 sources
The 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 - 2025 Weber Informatics LLC | Privacy Policy