License |
License |
---|---|
Categories |
CategoriesH2 Data Databases CLI User Interface eXist |
GroupId | GroupIdorg.exist-db.thirdparty.org.eclipse.wst.xml |
ArtifactId | ArtifactIdxpath2 |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEclipse WST XPath 2 Processor
Java Library implementing the Eclipse WST XPath 2 Processor
|
Filename | Size |
---|---|
xpath2-1.2.0.pom | |
xpath2-1.2.0.jar | 546 KB |
xpath2-1.2.0-sources.jar | 595 bytes |
xpath2-1.2.0-javadoc.jar | 595 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.exist-db.thirdparty.org.eclipse.wst.xml/xpath2/ -->
<dependency>
<groupId>org.exist-db.thirdparty.org.eclipse.wst.xml</groupId>
<artifactId>xpath2</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db.thirdparty.org.eclipse.wst.xml/xpath2/
implementation 'org.exist-db.thirdparty.org.eclipse.wst.xml:xpath2:1.2.0'
// https://jarcasting.com/artifacts/org.exist-db.thirdparty.org.eclipse.wst.xml/xpath2/
implementation ("org.exist-db.thirdparty.org.eclipse.wst.xml:xpath2:1.2.0")
'org.exist-db.thirdparty.org.eclipse.wst.xml:xpath2:jar:1.2.0'
<dependency org="org.exist-db.thirdparty.org.eclipse.wst.xml" name="xpath2" rev="1.2.0">
<artifact name="xpath2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exist-db.thirdparty.org.eclipse.wst.xml', module='xpath2', version='1.2.0')
)
libraryDependencies += "org.exist-db.thirdparty.org.eclipse.wst.xml" % "xpath2" % "1.2.0"
[org.exist-db.thirdparty.org.eclipse.wst.xml/xpath2 "1.2.0"]