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