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.
Files download
File Operation
activej-http-3.0.jar download
activej-http-3.0.pom download
activej-http-3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-http</artifactId>
  <version>3.0</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-http:3.0'
Gradle Kotlin
implementation("io.activej:activej-http:3.0")
Scala SBT
libraryDependencies += "io.activej" % "activej-http" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-http', version='3.0')
)
Apache Ivy
<dependency org="io.activej" name="activej-http" rev="3.0" />
Leiningen
[io.activej/activej-http "3.0"]
Apache Buildr
'io.activej:activej-http:jar:3.0'