is not current version
Last Version 5.3

io.activej:activej-eventloop 1.0

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

1.0
Type

Type

jar

Download activej-eventloop 1.0


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