is not current version
Last Version 5.3

io.activej:activej-eventloop 4.1

Efficient non-blocking network and file I/O, for building Node.js-like client/server applications with high performance requirements.

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-eventloop
Version

Version

4.1
Type

Type

jar

Download activej-eventloop 4.1


<!-- https://jarcasting.com/artifacts/io.activej/activej-eventloop/ -->
<dependency>
    <groupId>io.activej</groupId>
    <artifactId>activej-eventloop</artifactId>
    <version>4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-eventloop/
implementation 'io.activej:activej-eventloop:4.1'
// https://jarcasting.com/artifacts/io.activej/activej-eventloop/
implementation ("io.activej:activej-eventloop:4.1")
'io.activej:activej-eventloop:jar:4.1'
<dependency org="io.activej" name="activej-eventloop" rev="4.1">
  <artifact name="activej-eventloop" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-eventloop', version='4.1')
)
libraryDependencies += "io.activej" % "activej-eventloop" % "4.1"
[io.activej/activej-eventloop "4.1"]