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