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