文件下载
文件名 操作
airframe-http_2.12-22.12.6.jar 下载
airframe-http_2.12-22.12.6.pom 下载
airframe-http_2.12-22.12.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.wvlet.airframe</groupId>
  <artifactId>airframe-http_2.12</artifactId>
  <version>22.12.6</version>
</dependency>
Gradle Groovy
implementation 'org.wvlet.airframe:airframe-http_2.12:22.12.6'
Gradle Kotlin
implementation("org.wvlet.airframe:airframe-http_2.12:22.12.6")
Scala SBT
libraryDependencies += "org.wvlet.airframe" % "airframe-http_2.12" % "22.12.6"
Groovy Grape
@Grapes(
  @Grab(group='org.wvlet.airframe', module='airframe-http_2.12', version='22.12.6')
)
Apache Ivy
<dependency org="org.wvlet.airframe" name="airframe-http_2.12" rev="22.12.6" />
Leiningen
[org.wvlet.airframe/airframe-http_2.12 "22.12.6"]
Apache Buildr
'org.wvlet.airframe:airframe-http_2.12:jar:22.12.6'