is not current version
Last Version 1.0.M9

io.nuun:kernel-core 1.0.M2

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
ArtifactId

ArtifactId

kernel-core
Version

Version

1.0.M2
Type

Type

jar

Download kernel-core 1.0.M2


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