License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdtop.jfunc.network |
ArtifactId | ArtifactIdunihttp-all |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionunihttp-all
http客户端请求工具类,有多种实现:OkHttp3、ApacheHttpComponents、HttpURLConnection、Jodd-Http,可以随意切换http实现
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
unihttp-all-2.0.1.pom | |
unihttp-all-2.0.1.jar | 280 KB |
unihttp-all-2.0.1-sources.jar | 220 KB |
unihttp-all-2.0.1-javadoc.jar | 909 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.jfunc.network/unihttp-all/ -->
<dependency>
<groupId>top.jfunc.network</groupId>
<artifactId>unihttp-all</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.network/unihttp-all/
implementation 'top.jfunc.network:unihttp-all:2.0.1'
// https://jarcasting.com/artifacts/top.jfunc.network/unihttp-all/
implementation ("top.jfunc.network:unihttp-all:2.0.1")
'top.jfunc.network:unihttp-all:jar:2.0.1'
<dependency org="top.jfunc.network" name="unihttp-all" rev="2.0.1">
<artifact name="unihttp-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.network', module='unihttp-all', version='2.0.1')
)
libraryDependencies += "top.jfunc.network" % "unihttp-all" % "2.0.1"
[top.jfunc.network/unihttp-all "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
top.jfunc.common : utils | jar | 1.8.3.5 |
com.squareup.okhttp3 : okhttp | jar | 3.14.9 |
org.apache.httpcomponents : httpclient | jar | 4.5.12 |
org.apache.httpcomponents : httpmime | jar | 4.5.12 |
org.jodd : jodd-http | jar | 5.1.5 |
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 |