xpath-service

XPath Service for Jelly

License

License

Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery
GroupId

GroupId

org.hudsonci.xpath
ArtifactId

ArtifactId

xpath-service
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

xpath-service
XPath Service for Jelly
Source Code Management

Source Code Management

https://github.com/hudson3-plugins/xpath-service

Download xpath-service

How to add to project

<!-- https://jarcasting.com/artifacts/org.hudsonci.xpath/xpath-service/ -->
<dependency>
    <groupId>org.hudsonci.xpath</groupId>
    <artifactId>xpath-service</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.hudsonci.xpath/xpath-service/
implementation 'org.hudsonci.xpath:xpath-service:1.0.3'
// https://jarcasting.com/artifacts/org.hudsonci.xpath/xpath-service/
implementation ("org.hudsonci.xpath:xpath-service:1.0.3")
'org.hudsonci.xpath:xpath-service:jar:1.0.3'
<dependency org="org.hudsonci.xpath" name="xpath-service" rev="1.0.3">
  <artifact name="xpath-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hudsonci.xpath', module='xpath-service', version='1.0.3')
)
libraryDependencies += "org.hudsonci.xpath" % "xpath-service" % "1.0.3"
[org.hudsonci.xpath/xpath-service "1.0.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jvnet.hudson.dom4j : dom4j Optional jar 1.6.1-hudson-3

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

xpath-service

Provides XPath and Stylesheet features for Hudson and Jelly (which no longer contain Jaxen).

Converting dom4j XPath-related calls to XPath service is usually trivial, e.g.,

doc.selectNodes(pathExpr)

becomes

new XPath(pathExpr).selectNodes(doc)
org.hudsonci.xpath

Hudson CI Server 3.x plugins

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0