Maven Repository - POM file for Http dispatch-http_2.11 0.8.10 0.8.10

Summary

dispatch-http.

Standard HTTP executor, uses Apache DefaultHttpClient.

Declaration

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

<dependency>
   <groupId>net.databinder</groupId>
   <artifactId>dispatch-http_2.11</artifactId>
   <version>0.8.10</version>
</dependency>

If you think this Maven repository POM file listing for dispatch-http_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-http_2.11-0.8.10 has 5 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
Httphttpclient 4.1.3
HttpComponents Client (base module)
62




Depended by

The following table lists the most popular artifacts which are depending on dispatch-http_2.11-0.8.10. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Asynchronousunfiltered-netty-server_2.11 0.8.2
Netty server embedding module
61
Asynchronousunfiltered-netty-server_2.11 0.8.1
Netty server embedding module
18
Asynchronousunfiltered-netty-server_2.11 0.7.1
Netty server embedding module
28

Packages

The following packages are defined in the dispatch-http_2.11-0.8.10.jar

dispatch.classic
dispatch.classic.thread

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</groupId>
    <artifactId>dispatch-http_2.11</artifactId>
    <packaging>jar</packaging>
    <description>Standard HTTP executor, uses Apache DefaultHttpClient</description>
    <url>http://dispatch-classic.databinder.net/</url>
    <version>0.8.10</version>
    <licenses>
        <license>
            <name>LGPL v3</name>
            <url>http://www.gnu.org/licenses/lgpl.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>dispatch-http</name>
    <organization>
        <name>net.databinder</name>
        <url>http://dispatch-classic.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>net.databinder</groupId>
            <artifactId>dispatch-core_2.11</artifactId>
            <version>0.8.10</version>
        </dependency>
        <dependency>
            <groupId>net.databinder</groupId>
            <artifactId>dispatch-futures_2.11</artifactId>
            <version>0.8.10</version>
        </dependency>
        <dependency>
            <groupId>org.scala-tools.testing</groupId>
            <artifactId>specs_2.10</artifactId>
            <version>1.6.9</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.1.3</version>
        </dependency>
    </dependencies>
</project>