License |
License |
---|---|
GroupId | GroupIdio.nuun |
ArtifactId | ArtifactIdkernel-core |
Version | Version1.0.M9 |
Type | Typejar |
Description |
DescriptionNuun IO 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.
|
Filename | Size |
---|---|
kernel-core-1.0.M9.pom | |
kernel-core-1.0.M9.jar | 97 KB |
kernel-core-1.0.M9-sources.jar | 66 KB |
kernel-core-1.0.M9-javadoc.jar | 294 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nuun/kernel-core/ -->
<dependency>
<groupId>io.nuun</groupId>
<artifactId>kernel-core</artifactId>
<version>1.0.M9</version>
</dependency>
// https://jarcasting.com/artifacts/io.nuun/kernel-core/
implementation 'io.nuun:kernel-core:1.0.M9'
// https://jarcasting.com/artifacts/io.nuun/kernel-core/
implementation ("io.nuun:kernel-core:1.0.M9")
'io.nuun:kernel-core:jar:1.0.M9'
<dependency org="io.nuun" name="kernel-core" rev="1.0.M9">
<artifact name="kernel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nuun', module='kernel-core', version='1.0.M9')
)
libraryDependencies += "io.nuun" % "kernel-core" % "1.0.M9"
[io.nuun/kernel-core "1.0.M9"]
Group / Artifact | Type | Version |
---|---|---|
io.nuun : kernel-specs | jar | 1.0.M9 |
com.google.inject : guice | jar | 4.0 |
org.reflections : reflections | jar | 0.9.10 |
org.slf4j : slf4j-api | jar | 1.7.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-core | jar | 1.8.5 |
org.assertj : assertj-core | jar | 1.7.1 |
ch.qos.logback : logback-classic | jar | 1.0.0 |
org.powermock : powermock-core | jar | 1.5 |
org.powermock : powermock-api-mockito | jar | 1.5 |