Download json4s-native_2.11-3.3.0.jar file

Introduction

You can download json4s-native_2.11-3.3.0.jar in this page.

License

ASL

Type List

json4s-native_2.11-3.3.0.jar file has the following types.

META-INF/MANIFEST.MF
org.json4s.native.Json.class
org.json4s.native.JsonMethods.class
org.json4s.native.JsonParser.class
org.json4s.native.Printer.class
org.json4s.native.Serialization.class
org.json4s.native.package.class

Pom

json4s-native_2.11-3.3.0.pom file content.

<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.json4s</groupId>
    <artifactId>json4s-native_2.11</artifactId>
    <packaging>jar</packaging>
    <description>json4s-native</description>
    <url>https://github.com/json4s/json4s</url>
    <version>3.3.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>json4s-native</name>
    <inceptionYear>2009</inceptionYear>
    <organization>
        <name>org.json4s</name>
        <url>https://github.com/json4s/json4s</url>
    </organization>
    <scm>
        <url>http://github.com/json4s/json4s</url>
        <connection>scm:git:git://github.com/json4s/json4s.git</connection>
    </scm>
    <developers>
        <developer>
            <id>casualjim</id>
            <name>Ivan Porto Carrero</name>
            <url>http://flanders.co.nz/</url>
        </developer>
        <developer>
            <id>seratch</id>
            <name>Kazuhiro Sera</name>
            <url>http://git.io/sera</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.7</version>
        </dependency>
        <dependency>
            <groupId>org.json4s</groupId>
            <artifactId>json4s-core_2.11</artifactId>
            <version>3.3.0</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.json4s</groupId>
   <artifactId>json4s-native_2.11</artifactId>
   <version>3.3.0</version>
</dependency>

Download

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



Download json4s-native_2.11-3.3.0.jar file




PreviousNext

Related