xpath-service

XPath Service for Jelly

Лицензия

Лицензия

Категории

Категории

Hudson Компиляция и сборка Continuous Integration and Continuous Delivery
Группа

Группа

org.hudsonci.xpath
Идентификатор

Идентификатор

xpath-service
Последняя версия

Последняя версия

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

xpath-service
XPath Service for Jelly
Система контроля версий

Система контроля версий

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

Скачать xpath-service

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.jvnet.hudson.dom4j : dom4j Необязательный jar 1.6.1-hudson-3

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.3
1.0.2
1.0.1
1.0.0