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