Download commons-httpclient-3.0-alpha1.jar file - Jar c

Jar examples for c:commons-httpclient

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.

You can download jar file commons-httpclient 3.0-alpha1 in this page.

License

Apache License

Build File

You can use the following script to add commons-httpclient-3.0-alpha1.jar to your project.

<dependency>
   <groupId>commons-httpclient</groupId>
   <artifactId>commons-httpclient</artifactId>
   <version>3.0-alpha1</version>
</dependency>
compile group: 'commons-httpclient', name: 'commons-httpclient', version: '3.0-alpha1'
libraryDependencies += "commons-httpclient" % "commons-httpclient" % "3.0-alpha1"
<dependency org="commons-httpclient" name="commons-httpclient" rev="3.0-alpha1"/>
@Grapes(@Grab(group='commons-httpclient', module='commons-httpclient', version='3.0-alpha1'))
'commons-httpclient:commons-httpclient:jar:3.0-alpha1'

Download

Click the following link to download the jar file.

commons-httpclient-3.0-alpha1-javadoc.jar
commons-httpclient-3.0-alpha1.jar
commons-httpclient-3.0-alpha1.pom



Related Tutorials