is not current version
Last Version 0.0.5

cn.cocook:httpclient 0.0.3

simple httpclient

Categories

Categories

CLI User Interface
GroupId

GroupId

cn.cocook
ArtifactId

ArtifactId

httpclient
Version

Version

0.0.3
Type

Type

jar

Download httpclient 0.0.3


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