x

xpath2

Java Library implementing the Eclipse WST XPath 2 Processor
Eclipse Public License - v 1.0
Files download
File Operation
xpath2-1.2.0.jar download
xpath2-1.2.0.pom download
xpath2-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.exist-db.thirdparty.org.eclipse.wst.xml</groupId>
  <artifactId>xpath2</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.exist-db.thirdparty.org.eclipse.wst.xml:xpath2:1.2.0'
Gradle Kotlin
implementation("org.exist-db.thirdparty.org.eclipse.wst.xml:xpath2:1.2.0")
Scala SBT
libraryDependencies += "org.exist-db.thirdparty.org.eclipse.wst.xml" % "xpath2" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.exist-db.thirdparty.org.eclipse.wst.xml', module='xpath2', version='1.2.0')
)
Apache Ivy
<dependency org="org.exist-db.thirdparty.org.eclipse.wst.xml" name="xpath2" rev="1.2.0" />
Leiningen
[org.exist-db.thirdparty.org.eclipse.wst.xml/xpath2 "1.2.0"]
Apache Buildr
'org.exist-db.thirdparty.org.eclipse.wst.xml:xpath2:jar:1.2.0'