is not current version
Last Version 3.1.0

io.datakernel:datakernel 2.5.11

Java components for building high-performance and scalable applications with asynchronous I/O, ranging from standalone applications with high-performance I/O, to cluster-wide solutions.

Categories

Categories

Data
GroupId

GroupId

io.datakernel
ArtifactId

ArtifactId

datakernel
Version

Version

2.5.11
Type

Type

pom

Download datakernel 2.5.11

Filename Size
datakernel-2.5.11.pom 9 KB
Browse

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