Download json-unit-fluent-1.5.3.jar file

Introduction

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

License

Open Source

Type List

json-unit-fluent-1.5.3.jar file has the following types.

META-INF.maven.net.javacrumbs.json-unit.json-unit-fluent.pom.properties
META-INF.maven.net.javacrumbs.json-unit.json-unit-fluent.pom.xml
META-INF/MANIFEST.MF
net.javacrumbs.jsonunit.fluent.JsonFluentAssert.class

Pom

json-unit-fluent-1.5.3.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-fluent</artifactId>

    <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.
    </description>

    <parent>
        <groupId>net.javacrumbs.json-unit</groupId>
        <artifactId>json-unit-parent</artifactId>
        <version>1.5.3</version>
    </parent>

    <dependencies>
        <dependency>
            <groupId>net.javacrumbs.json-unit</groupId>
            <artifactId>json-unit-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.codehaus.jackson</groupId>
            <artifactId>jackson-mapper-asl</artifactId>
            <version>${jackson1.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>${jackson2.version}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>net.javacrumbs.json-unit</groupId>
   <artifactId>json-unit-fluent</artifactId>
   <version>1.5.3</version>
</dependency>

Download

If you think the following json-unit-fluent-1.5.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download json-unit-fluent-1.5.3.jar file




PreviousNext

Related