is not current version
Last Version 1.4

com.github.935237604:net 1.1

网络请求工具简单封装

Categories

Categories

Net
GroupId

GroupId

com.github.935237604
ArtifactId

ArtifactId

net
Version

Version

1.1
Type

Type

jar

Download net 1.1


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