saxon9
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.opengis.cite.saxon</groupId>
<artifactId>saxon9</artifactId>
<version>9.0.0.8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.opengis.cite.saxon</groupId>
<artifactId>saxon9</artifactId>
<version>9.0.0.8</version>
<name>Saxon-B</name>
<description>
Provides a basic XSLT 2.0 and XQuery 1.0 processor (W3C Recommendations,
January 2007). Command line interfaces and implementations of several
Java APIs (DOM, XPath, s9api) are also included.
</description>
<url>http://sourceforge.net/projects/saxon/</url>
<licenses>
<license>
<name>Mozilla Public License Version 1.0</name>
<url>http://www.mozilla.org/MPL/MPL-1.0.html</url>
</license>
</licenses>
<scm>
<connection>scm:svn:https://dev.saxonica.com/repos/archive/opensource/latest9.0/</connection>
<url>https://dev.saxonica.com/repos/archive/opensource/latest9.0/</url>
</scm>
<developers>
<developer>
<id>mike</id>
<name>Michael Kay</name>
<email>mike@saxonica.com</email>
</developer>
<developer>
<id>ond1</id>
<name>O'Neil Delpratt</name>
<email>oneil@saxonica.com</email>
</developer>
</developers>
<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<configuration>
<encoding>ISO-8859-15</encoding>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>