You can download json-path-assert-1.2.0.jar in this page.
Apache License
json-path-assert-1.2.0.jar file has the following types.
META-INF/MANIFEST.MF com.jayway.jsonassert.JsonAssert.class com.jayway.jsonassert.JsonAsserter.class com.jayway.jsonassert.impl.JsonAsserterImpl.class com.jayway.jsonassert.impl.matcher.CollectionMatcher.class com.jayway.jsonassert.impl.matcher.IsCollectionWithSize.class com.jayway.jsonassert.impl.matcher.IsEmptyCollection.class com.jayway.jsonassert.impl.matcher.IsMapContainingKey.class com.jayway.jsonassert.impl.matcher.IsMapContainingValue.class com.jayway.jsonassert.impl.matcher.MapTypeSafeMatcher.class
json-path-assert-1.2.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path-assert</artifactId> <version>1.2.0</version> <name>JsonPath Assert</name> <description>Assertions on Json using JsonPath</description> <url>https://github.com/jayway/JsonPath</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>kalle.stenflo</id> <name>Kalle Stenflo</name> <email>kalle.stenflo (a) gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/jayway/JsonPath.git</connection> <developerConnection>scm:git:git://github.com/jayway/JsonPath.git</developerConnection> <url>scm:git:git://github.com/jayway/JsonPath.git</url> </scm> <dependencies> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> <version>1.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>1.3</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path-assert</artifactId> <version>1.2.0</version> </dependency>
If you think the following json-path-assert-1.2.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download json-path-assert-1.2.0.jar file