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