o

org.eclipse.wst.xml.xpath2.processor

Provides an XPath 2.0 processor (W3C Recommendations, December 2010). It is a component of the Eclipse Web Tools Platform (Source Editing project). The "R3_2_maintenance" branch is used by the Xerces2 Java library (on the branch "xml-schema-1.1-dev") to enable XML Schema 1.1 assertion checking.
http://www.eclipse.org/webtools/sse/
Eclipse Public License - v 1.0
Mukul Gandhi
Files download
File Operation
org.eclipse.wst.xml.xpath2.processor-1.1.5-738bb7b85d.jar download
org.eclipse.wst.xml.xpath2.processor-1.1.5-738bb7b85d.pom download
org.eclipse.wst.xml.xpath2.processor-1.1.5-738bb7b85d-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opengis.cite.eclipse.webtools.sse</groupId>
  <artifactId>org.eclipse.wst.xml.xpath2.processor</artifactId>
  <version>1.1.5-738bb7b85d</version>
</dependency>
Gradle Groovy
implementation 'org.opengis.cite.eclipse.webtools.sse:org.eclipse.wst.xml.xpath2.processor:1.1.5-738bb7b85d'
Gradle Kotlin
implementation("org.opengis.cite.eclipse.webtools.sse:org.eclipse.wst.xml.xpath2.processor:1.1.5-738bb7b85d")
Scala SBT
libraryDependencies += "org.opengis.cite.eclipse.webtools.sse" % "org.eclipse.wst.xml.xpath2.processor" % "1.1.5-738bb7b85d"
Groovy Grape
@Grapes(
  @Grab(group='org.opengis.cite.eclipse.webtools.sse', module='org.eclipse.wst.xml.xpath2.processor', version='1.1.5-738bb7b85d')
)
Apache Ivy
<dependency org="org.opengis.cite.eclipse.webtools.sse" name="org.eclipse.wst.xml.xpath2.processor" rev="1.1.5-738bb7b85d" />
Leiningen
[org.opengis.cite.eclipse.webtools.sse/org.eclipse.wst.xml.xpath2.processor "1.1.5-738bb7b85d"]
Apache Buildr
'org.opengis.cite.eclipse.webtools.sse:org.eclipse.wst.xml.xpath2.processor:jar:1.1.5-738bb7b85d'