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