文件下载
文件名 操作
net-1.0.8.pom 下载
net-1.0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.chdown</groupId>
  <artifactId>net</artifactId>
  <version>1.0.8</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.chdown:net:1.0.8'
Gradle Kotlin
implementation("io.github.chdown:net:1.0.8")
Scala SBT
libraryDependencies += "io.github.chdown" % "net" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.chdown', module='net', version='1.0.8')
)
Apache Ivy
<dependency org="io.github.chdown" name="net" rev="1.0.8" />
Leiningen
[io.github.chdown/net "1.0.8"]
Apache Buildr
'io.github.chdown:net:jar:1.0.8'