Download corn-httpclient-1.0.2.jar file - Jar c

Jar examples for c:corn-httpclient

Description

Java Http Client implementation that supports automatic authorization and form simulation

You can download jar file corn-httpclient 1.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add corn-httpclient-1.0.2.jar to your project.

<dependency>
   <groupId>net.sf.corn</groupId>
   <artifactId>corn-httpclient</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'net.sf.corn', name: 'corn-httpclient', version: '1.0.2'
libraryDependencies += "net.sf.corn" % "corn-httpclient" % "1.0.2"
<dependency org="net.sf.corn" name="corn-httpclient" rev="1.0.2"/>
@Grapes(@Grab(group='net.sf.corn', module='corn-httpclient', version='1.0.2'))
'net.sf.corn:corn-httpclient:jar:1.0.2'

Download

Click the following link to download the jar file.

corn-httpclient-1.0.2-javadoc.jar
corn-httpclient-1.0.2-sources.jar
corn-httpclient-1.0.2.jar
corn-httpclient-1.0.2.pom



Related Tutorials