Download json-unit-fluent-1.17.0.jar file - Jar j

Jar examples for j:json-unit-fluent

Description

JSON Assertions inspired by FEST and AssertJ. It actually does not use any of these modules, but can be used together with any of them.

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

Build File

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

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

Download

Click the following link to download the jar file.

json-unit-fluent-1.17.0-javadoc.jar
json-unit-fluent-1.17.0-sources.jar
json-unit-fluent-1.17.0.jar
json-unit-fluent-1.17.0.pom



Related Tutorials