d

datakernel

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.
http://datakernel.io/
The Apache Software License, Version 2.0
Dmitry Volvach
Files download
File Operation
datakernel-2.5.10.pom download
Apache Maven
<dependency>
  <groupId>io.datakernel</groupId>
  <artifactId>datakernel</artifactId>
  <version>2.5.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.datakernel:datakernel:2.5.10'
Gradle Kotlin
implementation("io.datakernel:datakernel:2.5.10")
Scala SBT
libraryDependencies += "io.datakernel" % "datakernel" % "2.5.10"
Groovy Grape
@Grapes(
  @Grab(group='io.datakernel', module='datakernel', version='2.5.10')
)
Apache Ivy
<dependency org="io.datakernel" name="datakernel" rev="2.5.10" />
Leiningen
[io.datakernel/datakernel "2.5.10"]
Apache Buildr
'io.datakernel:datakernel:jar:2.5.10'