is not current version
Last Version 1.8.2.0

top.jfunc.common:network 1.3

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

Categories

Categories

Net
GroupId

GroupId

top.jfunc.common
ArtifactId

ArtifactId

network
Version

Version

1.3
Type

Type

jar

Download network 1.3


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