Maven Repository - POM file for Http dispatch-core_2.11 0.11.2 0.11.2

Summary

dispatch-core.

Core Dispatch module wrapping sonatype/async-http-client.

Declaration

Here is the list of declaration for dispatch-core_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-core_2.11</artifactId>
   <version>0.11.2</version>
</dependency>

If you think this Maven repository POM file listing for dispatch-core_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-core_2.11-0.11.2 has 4 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.2
Standard library for the Scala Programming Language
283




Packages

The following packages are defined in the dispatch-core_2.11-0.11.2.jar

dispatch
dispatch.as
dispatch.as.oauth
dispatch.as.stream
dispatch.as.xml
dispatch.oauth
dispatch.retry
dispatch.stream

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-core_2.11</artifactId>
    <packaging>jar</packaging>
    <description>Core Dispatch module wrapping sonatype/async-http-client</description>
    <url>http://dispatch.databinder.net/</url>
    <version>0.11.2</version>
    <licenses>
        <license>
            <name>LGPL v3</name>
            <url>http://www.gnu.org/licenses/lgpl.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>dispatch-core</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.2</version>
        </dependency>
        <dependency>
            <groupId>ufcheck</groupId>
            <artifactId>ufcheck_2.11</artifactId>
            <version>0.1-SNAPSHOT</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang.modules</groupId>
            <artifactId>scala-xml_2.11</artifactId>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>com.ning</groupId>
            <artifactId>async-http-client</artifactId>
            <version>1.8.10</version>
        </dependency>
    </dependencies>
</project>