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