Last Version

Nuun IO Kernel 1.0.M9

Nuun Kernel is a software kernel for framework creation. It brings a powerful plugin design plus a JSR 330 compliant injection mechanism backed by Guice. Plugin benefits from kernel capabilities by sendings request to it : - kernel params request : - Classpath scans request :on class by name, annotation, meta annotation or more generally Predicate - Binding Request : Nuun Kernel provides an SPI in order to bring IOC from other vendors. Nuun Kernel come with 2 plugins: - Configuration Plugin : a plugin that inject the good property based on @Property annotation. - Log plugin : a Log handler that inject the good Log implementation

License

License

GroupId

GroupId

io.nuun
ArtifactId

ArtifactId

kernel
Version

Version

1.0.M9
Type

Type

pom
Description

Description

Nuun IO Kernel
Nuun Kernel is a software kernel for framework creation. It brings a powerful plugin design plus a JSR 330 compliant injection mechanism backed by Guice. Plugin benefits from kernel capabilities by sendings request to it : - kernel params request : - Classpath scans request :on class by name, annotation, meta annotation or more generally Predicate - Binding Request : Nuun Kernel provides an SPI in order to bring IOC from other vendors. Nuun Kernel come with 2 plugins: - Configuration Plugin : a plugin that inject the good property based on @Property annotation. - Log plugin : a Log handler that inject the good Log implementation
Project URL

Project URL

http://nuun.io/kernel
Source Code Management

Source Code Management

https://github.com/nuun-io/kernel

Download kernel 1.0.M9

Filename Size
kernel-1.0.M9.pom 8 KB
Browse

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.16

test (6)

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

Project Modules

  • core
  • specs
  • tests