services.dom4j.1.0.2.7-jre12.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 dom4j Show documentation
Show all versions of dom4j Show documentation
The dom4j api for hibernate (1.3.4)
module dom4j {
requires java.xml;
requires java.xml.bind;
requires static java.desktop;
requires static jaxen;
exports org.dom4j;
exports org.dom4j.bean;
exports org.dom4j.datatype;
exports org.dom4j.dom;
exports org.dom4j.dtd;
exports org.dom4j.io;
exports org.dom4j.jaxb;
exports org.dom4j.rule;
exports org.dom4j.swing;
exports org.dom4j.tree;
exports org.dom4j.util;
exports org.dom4j.xpath;
//exports org.dom4j.xpp;
}