cx4j-JAXB-ReferenceImpl.11.5.1.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 docx4j-JAXB-ReferenceImpl Show documentation
Show all versions of docx4j-JAXB-ReferenceImpl Show documentation
config specifying that docx4j should use the JAXB reference impls
The newest version!
/**
* @author jharrop
*
*/
module org.docx4j.JAXB_ReferenceImpl {
requires org.slf4j;
requires org.docx4j.core;
// requires com.sun.xml.bind;
requires org.glassfish.jaxb.runtime;
requires jakarta.xml.bind;
// requires transitive org.jvnet.staxex;
// requires transitive com.sun.xml.txw2;
// requires transitive com.sun.istack.runtime;
// requires transitive com.sun.xml.fastinfoset;
exports org.docx4j.jaxb.ri;
opens org.docx4j.jaxb.ri;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy