Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcn.cocook |
ArtifactId | ArtifactIdhttpclient |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
httpclient-0.0.3.pom | |
httpclient-0.0.3.jar | 75 KB |
httpclient-0.0.3-sources.jar | 35 KB |
httpclient-0.0.3-javadoc.jar | 182 KB |
Browse |
<!-- 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"]