is not current version
Last Version 3.1.0

io.datakernel:datakernel 1.1.2

Java components for building extremely fast 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

1.1.2
Type

Type

pom

Download datakernel 1.1.2

Filename Size
datakernel-1.1.2.pom 8 KB
Browse

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