is not current version
Last Version 1.0.1

cn.xuyonghong.network:network 1.0.0

An Android network lib

Categories

Categories

Net
GroupId

GroupId

cn.xuyonghong.network
ArtifactId

ArtifactId

network
Version

Version

1.0.0
Type

Type

aar

Download network 1.0.0


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