is not current version
Last Version 1.0.12

net.sf.corn:corn-httpclient 1.0.2

Java Http Client implementation that supports automatic authorization and form simulation

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.sf.corn
ArtifactId

ArtifactId

corn-httpclient
Version

Version

1.0.2
Type

Type

jar

Download corn-httpclient 1.0.2


<!-- https://jarcasting.com/artifacts/net.sf.corn/corn-httpclient/ -->
<dependency>
    <groupId>net.sf.corn</groupId>
    <artifactId>corn-httpclient</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.corn/corn-httpclient/
implementation 'net.sf.corn:corn-httpclient:1.0.2'
// https://jarcasting.com/artifacts/net.sf.corn/corn-httpclient/
implementation ("net.sf.corn:corn-httpclient:1.0.2")
'net.sf.corn:corn-httpclient:jar:1.0.2'
<dependency org="net.sf.corn" name="corn-httpclient" rev="1.0.2">
  <artifact name="corn-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.corn', module='corn-httpclient', version='1.0.2')
)
libraryDependencies += "net.sf.corn" % "corn-httpclient" % "1.0.2"
[net.sf.corn/corn-httpclient "1.0.2"]