is not current version
Last Version 2.1.0

com.avides.xpath:xpath-utils 2.0.0

Provides some utility-methods to simplify the use of XPath

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.avides.xpath
ArtifactId

ArtifactId

xpath-utils
Version

Version

2.0.0
Type

Type

jar

Download xpath-utils 2.0.0


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