You can download json-unit-1.5.5.jar in this page.
Open Source
json-unit-1.5.5.jar file has the following types.
META-INF.maven.net.javacrumbs.json-unit.json-unit.pom.properties META-INF.maven.net.javacrumbs.json-unit.json-unit.pom.xml META-INF/MANIFEST.MF net.javacrumbs.jsonunit.ConfigurableJsonMatcher.class net.javacrumbs.jsonunit.JsonAssert.class net.javacrumbs.jsonunit.JsonMatchers.class
json-unit-1.5.5.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>json-unit</artifactId> <description>Contains basic assertJsonEquals() and Hamcrest matchers.</description> <parent> <groupId>net.javacrumbs.json-unit</groupId> <artifactId>json-unit-parent</artifactId> <version>1.5.5</version> </parent> <dependencies> <dependency> <groupId>net.javacrumbs.json-unit</groupId> <artifactId>json-unit-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>net.javacrumbs.json-unit</groupId> <artifactId>json-unit</artifactId> <version>1.5.5</version> </dependency>
If you think the following json-unit-1.5.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download json-unit-1.5.5.jar file