is not current version
Last Version 5.1.1

io.rest-assured:json-path 3.0.3


Categories

Categories

JSON Data
GroupId

GroupId

io.rest-assured
ArtifactId

ArtifactId

json-path
Version

Version

3.0.3
Type

Type

jar

Download json-path 3.0.3


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