.jonix-xml.2023-10.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-xml Show documentation
Show all versions of jonix-xml Show documentation
Utilities to handle infinitely large XML files
module jonix.xml {
requires java.xml;
exports com.tectonica.xmlchunk;
}