k

kernel-core

This is the core part of the Nuun IO Kernel. This project contains the core implementation of the Kernel. See Kernel parent description.
http://nuun.io/kernel/core
LGPL 3.0
Files download
File Operation
kernel-core-1.0.M1.jar download
kernel-core-1.0.M1.pom download
kernel-core-1.0.M1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.nuun</groupId>
  <artifactId>kernel-core</artifactId>
  <version>1.0.M1</version>
</dependency>
Gradle Groovy
implementation 'io.nuun:kernel-core:1.0.M1'
Gradle Kotlin
implementation("io.nuun:kernel-core:1.0.M1")
Scala SBT
libraryDependencies += "io.nuun" % "kernel-core" % "1.0.M1"
Groovy Grape
@Grapes(
  @Grab(group='io.nuun', module='kernel-core', version='1.0.M1')
)
Apache Ivy
<dependency org="io.nuun" name="kernel-core" rev="1.0.M1" />
Leiningen
[io.nuun/kernel-core "1.0.M1"]
Apache Buildr
'io.nuun:kernel-core:jar:1.0.M1'