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