a

activej-http

High-performance asynchronous HTTP clients and servers collection. Contains a bunch of different built-in servlets for request dispatching, loading static content, etc.
文件下载
文件名 操作
activej-http-4.0.jar 下载
activej-http-4.0.pom 下载
activej-http-4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-http</artifactId>
  <version>4.0</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-http:4.0'
Gradle Kotlin
implementation("io.activej:activej-http:4.0")
Scala SBT
libraryDependencies += "io.activej" % "activej-http" % "4.0"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-http', version='4.0')
)
Apache Ivy
<dependency org="io.activej" name="activej-http" rev="4.0" />
Leiningen
[io.activej/activej-http "4.0"]
Apache Buildr
'io.activej:activej-http:jar:4.0'