| License |
License |
|---|---|
| Categories |
CategoriesActiveJ User Interface Web Frameworks |
| GroupId | GroupIdio.activej |
| ArtifactId | ArtifactIdactivej-eventloop |
| Version | Version5.0-beta1 |
| Type | Typejar |
| Description |
DescriptionActiveJ : Eventloop
Efficient non-blocking network and file I/O, for building Node.js-like client/server applications with
high performance requirements.
|
| Filename | Size |
|---|---|
| activej-eventloop-5.0-beta1.pom | |
| activej-eventloop-5.0-beta1.jar | 73 KB |
| activej-eventloop-5.0-beta1-sources.jar | 44 KB |
| activej-eventloop-5.0-beta1-javadoc.jar | 654 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.activej/activej-eventloop/ -->
<dependency>
<groupId>io.activej</groupId>
<artifactId>activej-eventloop</artifactId>
<version>5.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-eventloop/
implementation 'io.activej:activej-eventloop:5.0-beta1'
// https://jarcasting.com/artifacts/io.activej/activej-eventloop/
implementation ("io.activej:activej-eventloop:5.0-beta1")
'io.activej:activej-eventloop:jar:5.0-beta1'
<dependency org="io.activej" name="activej-eventloop" rev="5.0-beta1">
<artifact name="activej-eventloop" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-eventloop', version='5.0-beta1')
)
libraryDependencies += "io.activej" % "activej-eventloop" % "5.0-beta1"
[io.activej/activej-eventloop "5.0-beta1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.activej : activej-common | jar | 5.0-beta1 |
| io.activej : activej-jmxapi Optional | jar | 5.0-beta1 |
| io.activej : activej-jmx-stats | jar | 5.0-beta1 |
| org.jetbrains : annotations | jar | 17.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.29 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.jmock : jmock-junit4 | jar | 2.8.1 |