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