License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdio.datakernel |
ArtifactId | ArtifactIdeventloop |
Version | Version1.1.3 |
Type | Typejar |
Description |
DescriptionDataKernel: Event Loop
Efficient non-blocking network and file I/O, for building Node.js-like client/server applications
with high performance requirements.
|
Project URL |
Project URL |
Filename | Size |
---|---|
eventloop-1.1.3.pom | |
eventloop-1.1.3.jar | 269 KB |
eventloop-1.1.3-sources.jar | 121 KB |
eventloop-1.1.3-javadoc.jar | 617 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datakernel/eventloop/ -->
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>eventloop</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.datakernel/eventloop/
implementation 'io.datakernel:eventloop:1.1.3'
// https://jarcasting.com/artifacts/io.datakernel/eventloop/
implementation ("io.datakernel:eventloop:1.1.3")
'io.datakernel:eventloop:jar:1.1.3'
<dependency org="io.datakernel" name="eventloop" rev="1.1.3">
<artifact name="eventloop" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datakernel', module='eventloop', version='1.1.3')
)
libraryDependencies += "io.datakernel" % "eventloop" % "1.1.3"
[io.datakernel/eventloop "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
com.google.guava : guava | jar | 18.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.3 |
junit : junit | jar | 4.12 |