Maven Repository - POM file for XML saxon 8.7 8.7

Summary

Saxon.

The XSLT and XQuery Processor.

Declaration

Here is the list of declaration for saxon. 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</artifactId>
   <version>8.7</version>
</dependency>

If you think this Maven repository POM file listing for saxon is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:Mozilla Public License Version 1.0
URL: http://www.mozilla.org/MPL/MPL-1.0.txt.

Depended by

The following table lists the most popular artifacts which are depending on saxon-8.7. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
XMLsaxon-dom 8.7
Saxon support library for third-party object model DOM
11




Packages

The following packages are defined in the saxon-8.7.jar

net.sf.saxon
net.sf.saxon.charcode
net.sf.saxon.codenorm
net.sf.saxon.event
net.sf.saxon.expr
net.sf.saxon.exslt
net.sf.saxon.functions
net.sf.saxon.instruct
net.sf.saxon.number
net.sf.saxon.om
net.sf.saxon.pattern
net.sf.saxon.pull
net.sf.saxon.query
net.sf.saxon.regex
net.sf.saxon.sort
net.sf.saxon.style
net.sf.saxon.sxpath
net.sf.saxon.tinytree
net.sf.saxon.trace
net.sf.saxon.trans
net.sf.saxon.tree
net.sf.saxon.type
net.sf.saxon.value




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.sf.saxon</groupId>
  <artifactId>saxon</artifactId>
  <version>8.7</version>
  <name>Saxon</name>

  <description>The XSLT and XQuery Processor</description>
  <url>http://saxon.sf.net</url>
  <licenses>
    <license>
      <name>Mozilla Public License Version 1.0</name>
      <url>http://www.mozilla.org/MPL/MPL-1.0.txt</url>
    </license>

  </licenses>
  <scm>
    <url>http://cvs.sourceforge.net/viewcvs.py/saxon</url>
  </scm>
  <dependencies />
</project>