xpath2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.exist-db.thirdparty.org.eclipse.wst.xml</groupId> <artifactId>xpath2</artifactId> <version>1.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>org.exist-db.thirdparty.org.eclipse.wst.xml</groupId> <artifactId>xpath2</artifactId> <version>1.2.0</version> <packaging>jar</packaging> <name>Eclipse WST XPath 2 Processor</name> <description>Java Library implementing the Eclipse WST XPath 2 Processor</description> <licenses> <license> <name>Eclipse Public License - v 1.0</name> <url>http://www.eclipse.org/org/documents/epl-v10.html</url> </license> </licenses> </project>