Download json4s-native_2.10-3.2.11.jar file

Introduction

You can download json4s-native_2.10-3.2.11.jar in this page.

License

ASL

Type List

json4s-native_2.10-3.2.11.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.10-3.2.11.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.10</artifactId>
    <packaging>jar</packaging>
    <description>json4s-native</description>
    <url>https://github.com/json4s/json4s</url>
    <version>3.2.11</version>
    <licenses>
        <license>
            <name>ASL</name>
            <url>http://github.com/json4s/json4s/raw/HEAD/LICENSE</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>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.0</version>
        </dependency>
        <dependency>
            <groupId>org.json4s</groupId>
            <artifactId>json4s-core_2.10</artifactId>
            <version>3.2.11</version>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>sonatypesnapshots</id>
            <name>sonatype-snapshots</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>sonatypereleases</id>
            <name>sonatype-releases</name>
            <url>https://oss.sonatype.org/content/repositories/releases/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>

POM Entry

<dependency>
   <groupId>org.json4s</groupId>
   <artifactId>json4s-native_2.10</artifactId>
   <version>3.2.11</version>
</dependency>

Download

If you think the following json4s-native_2.10-3.2.11.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.10-3.2.11.jar file




PreviousNext

Related