GroupId | GroupIdio.rest-assured |
---|---|
ArtifactId | ArtifactIdxml-path |
Version | Version3.1.0 |
Type | Typejar |
Filename | Size |
---|---|
xml-path-3.1.0.pom | |
xml-path-3.1.0.jar | 70 KB |
xml-path-3.1.0-sources.jar | 34 KB |
xml-path-3.1.0-javadoc.jar | 201 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rest-assured/xml-path/ -->
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>xml-path</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured/xml-path/
implementation 'io.rest-assured:xml-path:3.1.0'
// https://jarcasting.com/artifacts/io.rest-assured/xml-path/
implementation ("io.rest-assured:xml-path:3.1.0")
'io.rest-assured:xml-path:jar:3.1.0'
<dependency org="io.rest-assured" name="xml-path" rev="3.1.0">
<artifact name="xml-path" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured', module='xml-path', version='3.1.0')
)
libraryDependencies += "io.rest-assured" % "xml-path" % "3.1.0"
[io.rest-assured/xml-path "3.1.0"]