Files download
File Operation
EasyNet-1.0-core.pom download
Apache Maven
<dependency>
  <groupId>com.github.isong0623</groupId>
  <artifactId>EasyNet</artifactId>
  <version>1.0-core</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.isong0623:EasyNet:1.0-core'
Gradle Kotlin
implementation("com.github.isong0623:EasyNet:1.0-core")
Scala SBT
libraryDependencies += "com.github.isong0623" % "EasyNet" % "1.0-core"
Groovy Grape
@Grapes(
  @Grab(group='com.github.isong0623', module='EasyNet', version='1.0-core')
)
Apache Ivy
<dependency org="com.github.isong0623" name="EasyNet" rev="1.0-core" />
Leiningen
[com.github.isong0623/EasyNet "1.0-core"]
Apache Buildr
'com.github.isong0623:EasyNet:jar:1.0-core'
Dependencies
The project has no third-party dependencies