License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface |
GroupId | GroupIdtop.jfunc.network |
ArtifactId | ArtifactIdhttpclient-apache |
Last Version | Last Version1.2.12 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttpclient-apache
使用Apache HttpClient实现的通用HTTP接口
|
Filename | Size |
---|---|
httpclient-apache-1.2.12.pom | |
httpclient-apache-1.2.12.jar | 22 KB |
httpclient-apache-1.2.12-sources.jar | 14 KB |
httpclient-apache-1.2.12-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.jfunc.network/httpclient-apache/ -->
<dependency>
<groupId>top.jfunc.network</groupId>
<artifactId>httpclient-apache</artifactId>
<version>1.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.network/httpclient-apache/
implementation 'top.jfunc.network:httpclient-apache:1.2.12'
// https://jarcasting.com/artifacts/top.jfunc.network/httpclient-apache/
implementation ("top.jfunc.network:httpclient-apache:1.2.12")
'top.jfunc.network:httpclient-apache:jar:1.2.12'
<dependency org="top.jfunc.network" name="httpclient-apache" rev="1.2.12">
<artifact name="httpclient-apache" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.network', module='httpclient-apache', version='1.2.12')
)
libraryDependencies += "top.jfunc.network" % "httpclient-apache" % "1.2.12"
[top.jfunc.network/httpclient-apache "1.2.12"]
Group / Artifact | Type | Version |
---|---|---|
top.jfunc.network : httpclient-core | jar | 1.2.12 |
org.apache.httpcomponents : httpclient | jar | 4.5.12 |
org.apache.httpcomponents : httpmime | jar | 4.5.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mock-server : mockserver-netty | jar | 5.5.4 |