g.apache.xalan-serializer.11.0.0.source-code.module-info Maven / Gradle / Ivy
The newest version!
/**
* @author jharrop
*
*/
module docx4j_xalan_serializer {
exports org.docx4j.org.apache.xml.serializer;
exports org.docx4j.org.apache.xml.serializer.dom3;
exports org.docx4j.org.apache.xml.serializer.utils;
requires java.xml;
requires org.slf4j;
opens org.docx4j.org.apache.xml.serializer; // resources
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy