is not current version
Last Version 1.0.M11

io.nuun.kernel:kernel-core 1.0.M10

This is the core part of the Nuun IO Kernel. This project contains the core implementation of the Kernel. See Kernel parent description.

GroupId

GroupId

io.nuun.kernel
ArtifactId

ArtifactId

kernel-core
Version

Version

1.0.M10
Type

Type

jar

Download kernel-core 1.0.M10


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