is not current version
Last Version 2.7.0

com.jayway.jsonpath:json-path-assert 2.2.0

Assertions on Json using JsonPath

Categories

Categories

JSON Data JsonPath
GroupId

GroupId

com.jayway.jsonpath
ArtifactId

ArtifactId

json-path-assert
Version

Version

2.2.0
Type

Type

jar

Download json-path-assert 2.2.0


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