is not current version
Last Version 0.0.5

cn.cocook:httpclient 0.0.4

simple httpclient

Categories

Categories

CLI User Interface
GroupId

GroupId

cn.cocook
ArtifactId

ArtifactId

httpclient
Version

Version

0.0.4
Type

Type

jar

Download httpclient 0.0.4


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