is not current version
Last Version 1.0.12

net.sf.corn:corn-httpclient 1.0.6

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.6
Type

Type

jar

Download corn-httpclient 1.0.6


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