n

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