Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.weicoder |
ArtifactId | ArtifactIdhttpclient5 |
Version | Version3.3.7 |
Type | Typejar |
Filename | Size |
---|---|
httpclient5-3.3.7.pom | |
httpclient5-3.3.7.jar | 14 KB |
httpclient5-3.3.7-sources.jar | 7 KB |
httpclient5-3.3.7-javadoc.jar | 416 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.weicoder/httpclient5/ -->
<dependency>
<groupId>com.weicoder</groupId>
<artifactId>httpclient5</artifactId>
<version>3.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.weicoder/httpclient5/
implementation 'com.weicoder:httpclient5:3.3.7'
// https://jarcasting.com/artifacts/com.weicoder/httpclient5/
implementation ("com.weicoder:httpclient5:3.3.7")
'com.weicoder:httpclient5:jar:3.3.7'
<dependency org="com.weicoder" name="httpclient5" rev="3.3.7">
<artifact name="httpclient5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.weicoder', module='httpclient5', version='3.3.7')
)
libraryDependencies += "com.weicoder" % "httpclient5" % "3.3.7"
[com.weicoder/httpclient5 "3.3.7"]