Files download
File Operation
net-1.3.7.jar download
net-1.3.7.pom download
net-1.3.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.shaohuizhe</groupId>
  <artifactId>net</artifactId>
  <version>1.3.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.shaohuizhe:net:1.3.7'
Gradle Kotlin
implementation("io.github.shaohuizhe:net:1.3.7")
Scala SBT
libraryDependencies += "io.github.shaohuizhe" % "net" % "1.3.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shaohuizhe', module='net', version='1.3.7')
)
Apache Ivy
<dependency org="io.github.shaohuizhe" name="net" rev="1.3.7" />
Leiningen
[io.github.shaohuizhe/net "1.3.7"]
Apache Buildr
'io.github.shaohuizhe:net:jar:1.3.7'