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