Saxon-HE.
The XSLT and XQuery Processor.
Here is the list of declaration for Saxon-HE. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.sf.saxon</groupId> <artifactId>Saxon-HE</artifactId> <version>9.5.1-2</version> </dependency>
If you think this Maven repository POM file listing for Saxon-HE is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Mozilla Public License Version 2.0
URL: http://www.mozilla.org/MPL/2.0/.
The Saxon-HE-9.5.1-2 has 6 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
XML | jdom 1.1 JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programmer. It's an alternative t... | 82 |
XML | xom 1.2.5 The XOM Dual Streaming/Tree API for Processing XML | 29 |
XML | dom4j 1.6.1 dom4j: the flexible XML framework for Java | 343 |
XML Parser | xml-resolver 1.2 xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers ... | 99 |
XML Binding | axiom-impl 1.2.13 The Axiom default implementation. | 10 |
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.sf.saxon</groupId> <artifactId>Saxon-HE</artifactId> <version>9.5.1-2</version> <packaging>jar</packaging> <name>Saxon-HE</name> <description>The XSLT and XQuery Processor</description> <url>http://www.saxonica.com/</url> <licenses> <license> <name>Mozilla Public License Version 2.0</name> <url>http://www.mozilla.org/MPL/2.0/</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:svn:http://dev.saxonica.com/repos/archive/opensource/</connection> <developerConnection>scm:svn:http://dev.saxonica.com/repos/archive/opensource/</developerConnection> <url>http://dev.saxonica.com/repos/archive/opensource/</url> </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <issueManagement> <system>Saxon Community</system> <url>https://saxonica.plan.io/projects/saxon</url> </issueManagement> <inceptionYear>1999</inceptionYear> <mailingLists> <mailingList> <name>User List</name> <post>saxon-help@lists.sourceforge.net</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=saxon-help</archive> </mailingList> </mailingLists> <dependencies> <dependency> <groupId>org.jdom</groupId> <artifactId>jdom</artifactId> <version>1.1</version> <optional>true</optional> </dependency> <dependency> <groupId>org.jdom</groupId> <artifactId>jdom</artifactId> <version>2.0.4</version> <optional>true</optional> </dependency> <dependency> <groupId>xom</groupId> <artifactId>xom</artifactId> <version>1.2.5</version> <optional>true</optional> </dependency> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version> <optional>true</optional> </dependency> <dependency> <groupId>xml-resolver</groupId> <artifactId>xml-resolver</artifactId> <version>1.2</version> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-impl</artifactId> <version>1.2.13</version> <optional>true</optional> </dependency> </dependencies> <organization> <name>Saxonica</name> <url>http://www.saxonica.com</url> </organization> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> </project>