MVN

org.nuunframework : nuun-kernel

Maven & Gradle

Sep 11, 2014
6 usages
14 stars

nuun-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>org.nuunframework</groupId>
    <artifactId>nuun-kernel</artifactId>
    <version>1.1.0.M6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nuunframework : nuun-kernel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0.M6

All Versions

Choose a version of org.nuunframework : nuun-kernel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
nuun-kernel-1.1.0.M6
nuun-kernel-1.1.0.M5
nuun-kernel-1.1.0.M4
nuun-kernel-1.1.0.M3
nuun-kernel-1.1.0.M2
nuun-kernel-1.1.0.M1
1.0.x
nuun-kernel-1.0.0
0.0.x
nuun-kernel-0.0.1

How to add a dependency to Maven

Add the following org.nuunframework : nuun-kernel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nuunframework</groupId>
    <artifactId>nuun-kernel</artifactId>
    <version>1.1.0.M6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nuunframework : nuun-kernel gradle dependency to your build.gradle file:

implementation 'org.nuunframework:nuun-kernel:1.1.0.M6'

Gradle Kotlin DSL: Add the following org.nuunframework : nuun-kernel gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nuunframework:nuun-kernel:1.1.0.M6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nuunframework : nuun-kernel sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nuunframework" % "nuun-kernel" % "1.1.0.M6"

Advertisement

Dependencies from Group

Sep 11, 2014
6 usages
14 stars
Apr 22, 2013
1 usages
14 stars
Dec 07, 2013
14 stars
Apr 22, 2013
14 stars

Discover Dependencies

Jun 22, 2013
3 usages
348 stars
May 11, 2023
1 usages
11 stars
Oct 17, 2022
22 usages
186 stars
Nov 11, 2019
3 usages
6 stars
Jul 18, 2018
3 usages
32 stars
Sep 25, 2020
3 usages
0 stars
Aug 17, 2012
15 usages
Jul 20, 2019
7 usages
17 stars