MVN

io.nuun : kernel

Maven & Gradle

Aug 05, 2020

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

<dependency>
    <groupId>io.nuun</groupId>
    <artifactId>kernel</artifactId>
    <version>kernel-tests</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.nuun : kernel to add to Maven - Latest Versions:

  • Latest Stable: kernel-tests

All Versions

Choose a version of io.nuun : kernel to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
kernel-1.0.M9
kernel-1.0.M7
kernel-1.0.M6
kernel-1.0.M5
kernel-1.0.M4
kernel-1.0.M2
kernel-1.0.M1
kernel
kernel-kernel-tests
kernel-kernel-specs
kernel-kernel-core
kernel-kernel

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.nuun</groupId>
    <artifactId>kernel</artifactId>
    <version>kernel-tests</version>
</dependency>

Advertisement