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