![JAR search and dependency download from the Maven repository](/logo.png)
cx4j-JAXB-MOXy.11.5.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 docx4j-JAXB-MOXy Show documentation
Show all versions of docx4j-JAXB-MOXy Show documentation
config specifying that docx4j should use the EclipseLink MOXy (JAXB) runtime
/**
* @author jharrop
*
*/
module org.docx4j.JAXB_MOXy {
requires org.slf4j;
requires org.docx4j.core;
// requires transitive jakarta.xml.bind;
requires transitive org.eclipse.persistence.moxy;
requires com.sun.tools.xjc;
requires org.eclipse.persistence.core; // required for MOXy 3.0.1; not necessary with 4.0.2, but doesn't hurt, so leave it here
exports org.docx4j.jaxb.moxy;
opens org.docx4j.jaxb.moxy;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy