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