network

http客户端请求工具类,有多种实现:OKHttp3、ApacheHttpClient、HttpURLConnection,可以随意切换http实现

License

License

Categories

Categories

Net
GroupId

GroupId

top.jfunc.common
ArtifactId

ArtifactId

network
Last Version

Last Version

1.8.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

network
http客户端请求工具类,有多种实现:OKHttp3、ApacheHttpClient、HttpURLConnection,可以随意切换http实现

Download network

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar 3.11.0
org.apache.httpcomponents : httpclient jar 4.5.3
org.apache.httpcomponents : httpmime jar 4.5.3
commons-net : commons-net jar 3.3
top.jfunc.common : utils jar 1.8.2.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.8.2.0
1.8.1.2
1.8.1.1
1.8.1.0
1.8.0
1.3
1.2
1.0