dispatch-http.
Standard HTTP executor, uses Apache DefaultHttpClient.
Here is the list of declaration for dispatch-http_2.10. 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.10</artifactId> <version>0.8.10</version> </dependency>
If you think this Maven repository POM file listing for dispatch-http_2.10 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:LGPL v3
URL: http://www.gnu.org/licenses/lgpl.txt.
The dispatch-http_2.10-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.
Category | Artifact | Depended By Count |
---|---|---|
Scala | scala-library 2.10.2 Standard library for the Scala Programming Language | 297 |
Http | httpclient 4.1.3 HttpComponents Client (base module) | 62 |
The following table lists the most popular artifacts which are depending on dispatch-http_2.10-0.8.10. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Asynchronous | unfiltered-netty-server_2.10 0.8.2 Netty server embedding module | 52 |
Asynchronous | unfiltered-netty-server_2.10 0.8.1 Netty server embedding module | 18 |
The following packages are defined in the dispatch-http_2.10-0.8.10.jar
dispatch.classic dispatch.classic.thread
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.10</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>net.databinder</groupId> <artifactId>dispatch-core_2.10</artifactId> <version>0.8.10</version> </dependency> <dependency> <groupId>net.databinder</groupId> <artifactId>dispatch-futures_2.10</artifactId> <version>0.8.10</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.10.2</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>