Last Version

httpclient 1.2.12

http客户端请求工具类,有多种实现:OkHttp3、ApacheHttpComponents、HttpURLConnection、Jodd-Http,可以随意切换http实现

License

License

Categories

Categories

Net CLI User Interface
GroupId

GroupId

top.jfunc.network
ArtifactId

ArtifactId

httpclient
Version

Version

1.2.12
Type

Type

jar
Description

Description

httpclient
http客户端请求工具类,有多种实现:OkHttp3、ApacheHttpComponents、HttpURLConnection、Jodd-Http,可以随意切换http实现

Download httpclient 1.2.12


<!-- https://jarcasting.com/artifacts/top.jfunc.network/httpclient/ -->
<dependency>
    <groupId>top.jfunc.network</groupId>
    <artifactId>httpclient</artifactId>
    <version>1.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.network/httpclient/
implementation 'top.jfunc.network:httpclient:1.2.12'
// https://jarcasting.com/artifacts/top.jfunc.network/httpclient/
implementation ("top.jfunc.network:httpclient:1.2.12")
'top.jfunc.network:httpclient:jar:1.2.12'
<dependency org="top.jfunc.network" name="httpclient" rev="1.2.12">
  <artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.network', module='httpclient', version='1.2.12')
)
libraryDependencies += "top.jfunc.network" % "httpclient" % "1.2.12"
[top.jfunc.network/httpclient "1.2.12"]

Dependencies

compile (5)

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

test (4)

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

Project Modules

There are no modules declared in this project.