Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.sf.corn |
ArtifactId | ArtifactIdcorn-httpclient |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
corn-httpclient-1.0.6.pom | |
corn-httpclient-1.0.6.jar | 21 KB |
corn-httpclient-1.0.6-sources.jar | 12 KB |
corn-httpclient-1.0.6-javadoc.jar | 69 KB |
Browse |
<!-- 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"]