Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Mu-L/dom4j

 
 

Repository files navigation

Maven Central Version GitHub Release Javadocs

dom4j

dom4j is an open source framework for processing XML which is integrated with XPath and fully supports DOM, SAX, JAXP and the Java platform such as Java 2 Collections.

See https://dom4j.github.io for details.

Optional dependencies

If you use some optional dependency of dom4j (for example, Jaxen, xsdlib etc.), you need to specify an explicit dependency on it in your project. They are no longer marked as a mandatory transitive dependency by dom4j.

If you are using Gradle 6+ then you may declare a dependency on these features like this:

// Current feature names: jaxen, xsdlib, jaxb, pullParser, xpp
implementation("org.dom4j:dom4j:${dom4jVersion}") {
  capabilities {
     requireCapability('org.dom4j:dom4j-jaxen-support')
  }
}

About

flexible XML framework for Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.6%
  • HTML 2.1%
  • XSLT 0.3%