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