is not current version
Last Version 5.1.1

io.rest-assured:xml-path 3.0.1


GroupId

GroupId

io.rest-assured
ArtifactId

ArtifactId

xml-path
Version

Version

3.0.1
Type

Type

jar

Download xml-path 3.0.1


<!-- https://jarcasting.com/artifacts/io.rest-assured/xml-path/ -->
<dependency>
    <groupId>io.rest-assured</groupId>
    <artifactId>xml-path</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured/xml-path/
implementation 'io.rest-assured:xml-path:3.0.1'
// https://jarcasting.com/artifacts/io.rest-assured/xml-path/
implementation ("io.rest-assured:xml-path:3.0.1")
'io.rest-assured:xml-path:jar:3.0.1'
<dependency org="io.rest-assured" name="xml-path" rev="3.0.1">
  <artifact name="xml-path" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured', module='xml-path', version='3.0.1')
)
libraryDependencies += "io.rest-assured" % "xml-path" % "3.0.1"
[io.rest-assured/xml-path "3.0.1"]