Download kernel-core-1.0.M4.jar file - Jar k

Jar examples for k:kernel-core

Description

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

You can download jar file kernel-core 1.0.M4 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add kernel-core-1.0.M4.jar to your project.

<dependency>
   <groupId>io.nuun</groupId>
   <artifactId>kernel-core</artifactId>
   <version>1.0.M4</version>
</dependency>
compile group: 'io.nuun', name: 'kernel-core', version: '1.0.M4'
libraryDependencies += "io.nuun" % "kernel-core" % "1.0.M4"
<dependency org="io.nuun" name="kernel-core" rev="1.0.M4"/>
@Grapes(@Grab(group='io.nuun', module='kernel-core', version='1.0.M4'))
'io.nuun:kernel-core:jar:1.0.M4'

Download

Click the following link to download the jar file.

kernel-core-1.0.M4-javadoc.jar
kernel-core-1.0.M4-sources.jar
kernel-core-1.0.M4.jar
kernel-core-1.0.M4.pom



Related Tutorials