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