Download json-utils-0.0.21.jar file

Introduction

You can download json-utils-0.0.21.jar in this page.

License

Open Source

Type List

json-utils-0.0.21.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.bazaarvoice.jolt/json-utils/pom.properties
META-INF/maven/com.bazaarvoice.jolt/json-utils/pom.xml
com.bazaarvoice.jolt.ArrayOrderObliviousDiffy.class
com.bazaarvoice.jolt.Diffy.class
com.bazaarvoice.jolt.JsonUtil.class
com.bazaarvoice.jolt.JsonUtilImpl.class
com.bazaarvoice.jolt.JsonUtils.class

Pom

json-utils-0.0.21.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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>

    <parent>
        <groupId>com.bazaarvoice.jolt</groupId>
        <artifactId>jolt-parent</artifactId>
        <version>0.0.21</version>
        <relativePath>../parent/pom.xml</relativePath>
    </parent>

    <artifactId>json-utils</artifactId>
    <name>Jolt Json Utils</name>
    <packaging>jar</packaging>

    <dependencies>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-core</artifactId>
        </dependency>

        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.bazaarvoice.jolt</groupId>
   <artifactId>json-utils</artifactId>
   <version>0.0.21</version>
</dependency>

Download

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



Download json-utils-0.0.21.jar file




PreviousNext

Related