k

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 sending requests 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
http://nuun.io/kernel
LGPL 3.0
Epo Jemba Pierre Thirouin Adrien Lauer
Files download
File Operation
kernel-1.0.M11.pom download
Apache Maven
<dependency>
  <groupId>io.nuun.kernel</groupId>
  <artifactId>kernel</artifactId>
  <version>1.0.M11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.nuun.kernel:kernel:1.0.M11'
Gradle Kotlin
implementation("io.nuun.kernel:kernel:1.0.M11")
Scala SBT
libraryDependencies += "io.nuun.kernel" % "kernel" % "1.0.M11"
Groovy Grape
@Grapes(
  @Grab(group='io.nuun.kernel', module='kernel', version='1.0.M11')
)
Apache Ivy
<dependency org="io.nuun.kernel" name="kernel" rev="1.0.M11" />
Leiningen
[io.nuun.kernel/kernel "1.0.M11"]
Apache Buildr
'io.nuun.kernel:kernel:jar:1.0.M11'