jambi-xml.6.8.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 qtjambi-xml Show documentation
Show all versions of qtjambi-xml Show documentation
C++ implementations of SAX and DOM.
The newest version!
/**
* C++ implementations of SAX and DOM.
*/
module qtjambi.xml {
requires java.base;
requires transitive qtjambi;
exports io.qt.xml;
}