HttpClient.
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily..
Here is the list of declaration for commons-httpclient. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> <version>3.0.1</version> </dependency>
If you think this Maven repository POM file listing for commons-httpclient is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Apache License
URL: http://www.apache.org/licenses/LICENSE-2.0.
The commons-httpclient-3.0.1 has 3 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 |
---|---|---|
JUnit | junit 3.8.1 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1966 |
Log | commons-logging 1.0.3 Commons Logging | 69 |
Data Structure | commons-codec 1.2 The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. | 56 |
The following table lists the most popular artifacts which are depending on commons-httpclient-3.0.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Network | ehcache 1.2.3 ehcache is a pure Java, in-process cache with the following features: 1. Fast. 2. Simple. 3. Multiple eviction policies: LRU, LFU and FIFO. 4. Caches can be in memory or on disk. 5. Disk Stores can be persistent between VM restarts. 6. Distributed caching using multicast and RMI,... | 18 |
Spring | spring-web 2.5 Spring Framework: Web | 140 |
Groovy | groovy 1.0 a powerful and dynamic scripting language for the JVM | 17 |
Spring | spring-remoting 2.0.6 Spring Framework: Remoting | 6 |
Http | mule-transport-http 1.3 A Mule transport for Http Connectivity. This transport supplies a simple Http Server implementation. | 5 |
Cache | ehcache 1.2.4 Ehcache is a widely used pure Java, distributed in-process cache | 18 |
Cache | ehcache 1.2.4 Ehcache is a widely used pure Java, distributed in-process cache | 18 |
Testing | test-support 1.0-alpha-4 Set of classes to assist in creation of unit tests | 12 |
Http | mule-transport-http 1.3-rc5 A Mule transport for Http Connectivity. This transport supplies a simple Http Server implementation. | 5 |
Spring | spring 2.0 Spring Framework | 11 |
Spring | spring 1.2.9 Spring Framework | 27 |
JUnit | htmlunit 1.13 A tool for testing web based applications | 7 |
The following plugins are used in the commons-httpclient-3.0.1.jar
The following packages are defined in the commons-httpclient-3.0.1.jar
org.apache.commons.httpclient org.apache.commons.httpclient.auth org.apache.commons.httpclient.cookie org.apache.commons.httpclient.methods org.apache.commons.httpclient.methods.multipart org.apache.commons.httpclient.params org.apache.commons.httpclient.protocol org.apache.commons.httpclient.util
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> <name>HttpClient</name> <version>3.0.1</version> <description>The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.</description> <url>http://jakarta.apache.org/commons/httpclient/</url> <issueManagement> <url>http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=HttpClient&component=Commons+HttpClient&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=anywords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&emailassigned_to1=1&emailtype1=substring&email1=&emailreporter2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=</url> </issueManagement> <ciManagement> <notifiers> <notifier> <configuration> <address>httpclient-dev@jakarta.apache.org</address> </configuration> </notifier> </notifiers> </ciManagement> <inceptionYear>2001</inceptionYear> <mailingLists> <mailingList> <name>HttpClient Developer List</name> <subscribe>httpclient-dev-subscribe@jakarta.apache.org</subscribe> <unsubscribe>httpclient-dev-unsubscribe@jakarta.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/jakarta-httpclient-dev/</archive> </mailingList> <mailingList> <name>HttpClient User List</name> <subscribe>httpclient-user-subscribe@jakarta.apache.org</subscribe> <unsubscribe>httpclient-user-unsubscribe@jakarta.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/jakarta-httpclient-user/</archive> </mailingList> </mailingLists> <contributors> <contributor> <name>Armando Anton</name> <email>armando.anton -at- newknow.com</email> </contributor> <contributor> <name>Ola Berg</name> <email></email> </contributor> <contributor> <name>Sam Berlin</name> <email>sberlin -at- limepeer.com</email> </contributor> <contributor> <name>Mike Bowler</name> <email></email> </contributor> <contributor> <name>Samit Jain</name> <email>jain.samit -at- gmail.com</email> </contributor> <contributor> <name>Eric Johnson</name> <email>eric -at- tibco.com</email> </contributor> <contributor> <name>Christian Kohlschuetter</name> <email>ck -at- newsclub.de</email> </contributor> <contributor> <name>Ryan Lubke</name> <email>Ryan.Lubke -at- Sun.COM</email> </contributor> <contributor> <name>Sam Maloney</name> <email>sam.maloney -at- filogix.com</email> </contributor> <contributor> <name>Rob Di Marco</name> <email>rdimarco -at- hmsonline.com</email> </contributor> <contributor> <name>Juergen Pill</name> <email>Juergen.Pill -at- softwareag.com</email> </contributor> <contributor> <name>Mohammad Rezaei</name> <email>mohammad.rezaei -at- gs.com</email> </contributor> <contributor> <name>Roland Weber</name> <email>ROLWEBER -at- de.ibm.com</email> </contributor> <contributor> <name>Laura Werner</name> <email>laura -at- lwerner.org</email> </contributor> </contributors> <licenses> <license> <name>Apache License</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection> <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url> </scm> <organization> <name>Apache Software Foundation</name> <url>http://jakarta.apache.org/</url> </organization> <build> <sourceDirectory>src/java</sourceDirectory> <testSourceDirectory>src/test</testSourceDirectory> <testResources> <testResource> <directory>src/test</directory> <includes> <include>**/*.keystore</include> </includes> </testResource> </testResources> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/TestAll.java</include> </includes> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.3</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.2</version> </dependency> </dependencies> <distributionManagement> <site> <id>default</id> <name>Default Site</name> <url>scp://people.apache.org//www/jakarta.apache.org/commons/httpclient/</url> </site> <status>converted</status> </distributionManagement> </project>