License |
License |
---|---|
Categories |
CategoriesJSON Data JsonPath |
GroupId | GroupIdcom.jayway.jsonpath |
ArtifactId | ArtifactIdjson-path-assert |
Last Version | Last Version2.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionproject ':json-path-assert'
Assertions on Json using JsonPath
|
Project URL |
Project URL |
Filename | Size |
---|---|
json-path-assert-2.7.0.pom | |
json-path-assert-2.7.0.jar | 11 KB |
json-path-assert-2.7.0-sources.jar | 11 KB |
json-path-assert-2.7.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jayway.jsonpath/json-path-assert/ -->
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path-assert</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jayway.jsonpath/json-path-assert/
implementation 'com.jayway.jsonpath:json-path-assert:2.7.0'
// https://jarcasting.com/artifacts/com.jayway.jsonpath/json-path-assert/
implementation ("com.jayway.jsonpath:json-path-assert:2.7.0")
'com.jayway.jsonpath:json-path-assert:jar:2.7.0'
<dependency org="com.jayway.jsonpath" name="json-path-assert" rev="2.7.0">
<artifact name="json-path-assert" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jayway.jsonpath', module='json-path-assert', version='2.7.0')
)
libraryDependencies += "com.jayway.jsonpath" % "json-path-assert" % "2.7.0"
[com.jayway.jsonpath/json-path-assert "2.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.jayway.jsonpath : json-path | jar | 2.7.0 |
org.hamcrest : hamcrest | jar | 2.2 |
org.slf4j : slf4j-api | jar | 1.7.33 |