License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.valid4j |
ArtifactId | ArtifactIdjson-path-matchers |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionorg.valid4j:json-path-matchers
Matchers to test your JSON using json path expressions (based on jayway.jsonpath)
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-path-matchers-1.1.pom | |
json-path-matchers-1.1.jar | 7 KB |
json-path-matchers-1.1-sources.jar | 3 KB |
json-path-matchers-1.1-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.valid4j/json-path-matchers/ -->
<dependency>
<groupId>org.valid4j</groupId>
<artifactId>json-path-matchers</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.valid4j/json-path-matchers/
implementation 'org.valid4j:json-path-matchers:1.1'
// https://jarcasting.com/artifacts/org.valid4j/json-path-matchers/
implementation ("org.valid4j:json-path-matchers:1.1")
'org.valid4j:json-path-matchers:jar:1.1'
<dependency org="org.valid4j" name="json-path-matchers" rev="1.1">
<artifact name="json-path-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.valid4j', module='json-path-matchers', version='1.1')
)
libraryDependencies += "org.valid4j" % "json-path-matchers" % "1.1"
[org.valid4j/json-path-matchers "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
com.jayway.jsonpath : json-path | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
commons-io : commons-io | jar | 2.4 |