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