Download corn-httpclient-1.0.0.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.0 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.0.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials