Download json-unit-1.28.1.jar file - Jar j

Jar examples for j:json-unit

Description

Unit testing library that can decide if to JSON documents are equal. Strongly inspired by XmlUnit.

You can download jar file json-unit 1.28.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add json-unit-1.28.1.jar to your project.

<dependency>
   <groupId>net.javacrumbs.json-unit</groupId>
   <artifactId>json-unit</artifactId>
   <version>1.28.1</version>
</dependency>
compile group: 'net.javacrumbs.json-unit', name: 'json-unit', version: '1.28.1'
libraryDependencies += "net.javacrumbs.json-unit" % "json-unit" % "1.28.1"
<dependency org="net.javacrumbs.json-unit" name="json-unit" rev="1.28.1"/>
@Grapes(@Grab(group='net.javacrumbs.json-unit', module='json-unit', version='1.28.1'))
'net.javacrumbs.json-unit:json-unit:jar:1.28.1'

Download

Click the following link to download the jar file.

json-unit-1.28.1-javadoc.jar
json-unit-1.28.1-sources.jar
json-unit-1.28.1.jar
json-unit-1.28.1.pom



Related Tutorials