License |
License |
---|---|
GroupId | GroupIdio.nuun.kernel |
ArtifactId | ArtifactIdkernel-core |
Version | Version1.0.M11 |
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.M11.pom | |
kernel-core-1.0.M11.jar | 95 KB |
kernel-core-1.0.M11-sources.jar | 67 KB |
kernel-core-1.0.M11-javadoc.jar | 694 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nuun.kernel/kernel-core/ -->
<dependency>
<groupId>io.nuun.kernel</groupId>
<artifactId>kernel-core</artifactId>
<version>1.0.M11</version>
</dependency>
// https://jarcasting.com/artifacts/io.nuun.kernel/kernel-core/
implementation 'io.nuun.kernel:kernel-core:1.0.M11'
// https://jarcasting.com/artifacts/io.nuun.kernel/kernel-core/
implementation ("io.nuun.kernel:kernel-core:1.0.M11")
'io.nuun.kernel:kernel-core:jar:1.0.M11'
<dependency org="io.nuun.kernel" name="kernel-core" rev="1.0.M11">
<artifact name="kernel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nuun.kernel', module='kernel-core', version='1.0.M11')
)
libraryDependencies += "io.nuun.kernel" % "kernel-core" % "1.0.M11"
[io.nuun.kernel/kernel-core "1.0.M11"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
io.nuun.kernel : kernel-specs | jar | 1.0.M11 |
com.google.inject : guice | jar | 4.2.3 |
org.reflections : reflections | jar | 0.9.11 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.8.5 |
org.assertj : assertj-core | jar | 1.7.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.powermock : powermock-core | jar | 1.5 |
org.powermock : powermock-api-mockito | jar | 1.5 |