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