| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcn.gjing |
| ArtifactId | ArtifactIdhttpclient |
| Version | Version1.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| httpclient-1.1.3.pom | |
| httpclient-1.1.3.jar | 10 KB |
| httpclient-1.1.3-sources.jar | 6 KB |
| httpclient-1.1.3-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.gjing/httpclient/ -->
<dependency>
<groupId>cn.gjing</groupId>
<artifactId>httpclient</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.gjing/httpclient/
implementation 'cn.gjing:httpclient:1.1.3'
// https://jarcasting.com/artifacts/cn.gjing/httpclient/
implementation ("cn.gjing:httpclient:1.1.3")
'cn.gjing:httpclient:jar:1.1.3'
<dependency org="cn.gjing" name="httpclient" rev="1.1.3">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.gjing', module='httpclient', version='1.1.3')
)
libraryDependencies += "cn.gjing" % "httpclient" % "1.1.3"
[cn.gjing/httpclient "1.1.3"]