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