Download json-unit-core-1.29.0.jar file - Jar j

Jar examples for j:json-unit-core

Description

Core classes for JSON unit

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

Build File

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

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

Download

Click the following link to download the jar file.

json-unit-core-1.29.0-javadoc.jar
json-unit-core-1.29.0-sources.jar
json-unit-core-1.29.0.jar
json-unit-core-1.29.0.pom



Related Tutorials