Download emodb-common-json-5.4.5.jar file

Introduction

You can download emodb-common-json-5.4.5.jar in this page.

License

Open Source

Type List

emodb-common-json-5.4.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.bazaarvoice.emodb/emodb-common-json/pom.properties
META-INF/maven/com.bazaarvoice.emodb/emodb-common-json/pom.xml
com.bazaarvoice.emodb.common.json.CustomJsonObjectMapperFactory.class
com.bazaarvoice.emodb.common.json.ISO8601DateFormat.class
com.bazaarvoice.emodb.common.json.JsonHelper.class
com.bazaarvoice.emodb.common.json.JsonStreamProcessingException.class
com.bazaarvoice.emodb.common.json.JsonStreamingArrayParser.class
com.bazaarvoice.emodb.common.json.JsonStreamingEOFException.class
com.bazaarvoice.emodb.common.json.JsonValidationException.class
com.bazaarvoice.emodb.common.json.JsonValidator.class
com.bazaarvoice.emodb.common.json.LoggingIterator.class
com.bazaarvoice.emodb.common.json.OrderedJson.class
com.bazaarvoice.emodb.common.json.RestartingStreamingIterator.class
com.bazaarvoice.emodb.common.json.RisonHelper.class
com.bazaarvoice.emodb.common.json.StreamingIteratorSupplier.class
com.bazaarvoice.emodb.common.json.serde.TimestampDurationSerializer.class

Pom

emodb-common-json-5.4.5.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.emodb</groupId>
        <artifactId>emodb-parent</artifactId>
        <version>5.4.5</version>
        <relativePath>../../parent/pom.xml</relativePath>
    </parent>

    <artifactId>emodb-common-json</artifactId>
    <packaging>jar</packaging>

    <name>EmoDB Json Utilities</name>

    <dependencies>
        <!-- Bazaarvoice dependencies -->
        <dependency>
            <groupId>com.bazaarvoice.jackson</groupId>
            <artifactId>rison</artifactId>
        </dependency>

        <!-- 3rd-party dependencies -->
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.code.findbugs</groupId>
            <artifactId>jsr305</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
        </dependency>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>

        <!-- Test dependencies -->
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</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.emodb</groupId>
   <artifactId>emodb-common-json</artifactId>
   <version>5.4.5</version>
</dependency>

Download

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



Download emodb-common-json-5.4.5.jar file




PreviousNext

Related