a

activej-eventloop

Efficient non-blocking network and file I/O, for building Node.js-like client/server applications with high performance requirements.
Files download
File Operation
activej-eventloop-3.1-rc1.jar download
activej-eventloop-3.1-rc1.pom download
activej-eventloop-3.1-rc1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-eventloop</artifactId>
  <version>3.1-rc1</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-eventloop:3.1-rc1'
Gradle Kotlin
implementation("io.activej:activej-eventloop:3.1-rc1")
Scala SBT
libraryDependencies += "io.activej" % "activej-eventloop" % "3.1-rc1"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-eventloop', version='3.1-rc1')
)
Apache Ivy
<dependency org="io.activej" name="activej-eventloop" rev="3.1-rc1" />
Leiningen
[io.activej/activej-eventloop "3.1-rc1"]
Apache Buildr
'io.activej:activej-eventloop:jar:3.1-rc1'