a

activej-http

High-performance asynchronous HTTP client and server with WebSocket support. Contains a bunch of different built-in servlets for request dispatching, loading static content, etc.
Files download
File Operation
activej-http-5.2.jar download
activej-http-5.2.pom download
activej-http-5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-http</artifactId>
  <version>5.2</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-http:5.2'
Gradle Kotlin
implementation("io.activej:activej-http:5.2")
Scala SBT
libraryDependencies += "io.activej" % "activej-http" % "5.2"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-http', version='5.2')
)
Apache Ivy
<dependency org="io.activej" name="activej-http" rev="5.2" />
Leiningen
[io.activej/activej-http "5.2"]
Apache Buildr
'io.activej:activej-http:jar:5.2'