a

activej

Java components for building high-performance scalable applications with asynchronous I/O, ranging from standalone applications to global solutions.
https://activej.io/
The Apache Software License, Version 2.0
Dmitry Volvach
Files download
File Operation
activej-3.0-rc1.pom download
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej</artifactId>
  <version>3.0-rc1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.activej:activej:3.0-rc1'
Gradle Kotlin
implementation("io.activej:activej:3.0-rc1")
Scala SBT
libraryDependencies += "io.activej" % "activej" % "3.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej', version='3.0-rc1')
)
Apache Ivy
<dependency org="io.activej" name="activej" rev="3.0-rc1" />
Leiningen
[io.activej/activej "3.0-rc1"]
Apache Buildr
'io.activej:activej:jar:3.0-rc1'