Maven Repository - POM file for JSON dispatch-json4s-native_2.11 0.11.1 0.11.1

Summary

dispatch-json4s-native.

Dispatch module providing json4s native support.

Declaration

Here is the list of declaration for dispatch-json4s-native_2.11. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>net.databinder.dispatch</groupId>
   <artifactId>dispatch-json4s-native_2.11</artifactId>
   <version>0.11.1</version>
</dependency>

If you think this Maven repository POM file listing for dispatch-json4s-native_2.11 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:LGPL v3
URL: http://www.gnu.org/licenses/lgpl.txt.

Depends on

The dispatch-json4s-native_2.11-0.11.1 has 6 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Scalascala-library 2.11.0
Standard library for the Scala Programming Language
192




POM File Source

Here is the content of the POM file.

<?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>net.databinder.dispatch</groupId>
    <artifactId>dispatch-json4s-native_2.11</artifactId>
    <packaging>jar</packaging>
    <description>Dispatch module providing json4s native support</description>
    <url>http://dispatch.databinder.net/</url>
    <version>0.11.1</version>
    <licenses>
        <license>
            <name>LGPL v3</name>
            <url>http://www.gnu.org/licenses/lgpl.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>dispatch-json4s-native</name>
    <organization>
        <name>net.databinder.dispatch</name>
        <url>http://dispatch.databinder.net/</url>
    </organization>
    <scm>
        <url>git@github.com:dispatch/reboot.git</url>
        <connection>scm:git:git@github.com:dispatch/reboot.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.0</version>
        </dependency>
        <dependency>
            <groupId>ufcheck</groupId>
            <artifactId>ufcheck_2.11</artifactId>
            <version>0.1-SNAPSHOT</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.databinder.dispatch</groupId>
            <artifactId>dispatch-core_2.11</artifactId>
            <version>0.11.1</version>
        </dependency>
        <dependency>
            <groupId>org.json4s</groupId>
            <artifactId>json4s-core_2.11</artifactId>
            <version>3.2.9</version>
        </dependency>
        <dependency>
            <groupId>org.json4s</groupId>
            <artifactId>json4s-native_2.11</artifactId>
            <version>3.2.9</version>
        </dependency>
        <dependency>
            <groupId>net.databinder</groupId>
            <artifactId>unfiltered-netty_2.11</artifactId>
            <version>0.7.1</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>