Maven Repository - POM file for Http dispatch-core_2.9.1-1 0.9.4 0.9.4

Summary

dispatch-core.

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

Declaration

Here is the list of declaration for dispatch-core_2.9.1-1. 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.9.1-1</artifactId>
   <version>0.9.4</version>
</dependency>

If you think this Maven repository POM file listing for dispatch-core_2.9.1-1 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.9.1-1-0.9.4 has 3 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.9.1-1
Standard library for the Scala Programming Language
49
Httpasync-http-client 1.7.5
Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses.
29




Packages

The following packages are defined in the dispatch-core_2.9.1-1-0.9.4.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.9.1-1</artifactId>
    <packaging>jar</packaging>
    <description>Core Dispatch module wrapping sonatype/async-http-client</description>
    <url>http://dispatch.databinder.net/</url>
    <version>0.9.4</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>ufcheck</groupId>
            <artifactId>ufcheck_2.9.1-1</artifactId>
            <version>0.1-SNAPSHOT</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.9.1-1</version>
        </dependency>
        <dependency>
            <groupId>com.ning</groupId>
            <artifactId>async-http-client</artifactId>
            <version>1.7.5</version>
        </dependency>
    </dependencies>
</project>