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