License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.weicoder |
ArtifactId | ArtifactIdhttpclient |
Last Version | Last Version3.5.1-jdk11 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjava tools
|
Filename | Size |
---|---|
httpclient-3.5.1-jdk11.pom | |
httpclient-3.5.1-jdk11.jar | 17 KB |
httpclient-3.5.1-jdk11-sources.jar | 8 KB |
httpclient-3.5.1-jdk11-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.weicoder/httpclient/ -->
<dependency>
<groupId>com.weicoder</groupId>
<artifactId>httpclient</artifactId>
<version>3.5.1-jdk11</version>
</dependency>
// https://jarcasting.com/artifacts/com.weicoder/httpclient/
implementation 'com.weicoder:httpclient:3.5.1-jdk11'
// https://jarcasting.com/artifacts/com.weicoder/httpclient/
implementation ("com.weicoder:httpclient:3.5.1-jdk11")
'com.weicoder:httpclient:jar:3.5.1-jdk11'
<dependency org="com.weicoder" name="httpclient" rev="3.5.1-jdk11">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.weicoder', module='httpclient', version='3.5.1-jdk11')
)
libraryDependencies += "com.weicoder" % "httpclient" % "3.5.1-jdk11"
[com.weicoder/httpclient "3.5.1-jdk11"]
Group / Artifact | Type | Version |
---|---|---|
com.weicoder : json | jar | 3.5.1-jdk11 |
org.apache.httpcomponents.client5 : httpclient5 | jar | 5.1.3 |
jakarta.platform : jakarta.jakartaee-api Optional | jar | 9.1.0 |
org.projectlombok : lombok Optional | jar | 1.18.24 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |