is not current version
Last Version 1.8.2.0

top.jfunc.common:network 1.2

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

Categories

Categories

Net
GroupId

GroupId

top.jfunc.common
ArtifactId

ArtifactId

network
Version

Version

1.2
Type

Type

jar

Download network 1.2


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