a

activej-eventloop

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