Download kernel-10.0-b28.jar file - Jar k

Jar examples for k:kernel

Description

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

You can download jar file kernel 10.0-b28 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add kernel-10.0-b28.jar to your project.

<dependency>
   <groupId>org.glassfish.core</groupId>
   <artifactId>kernel</artifactId>
   <version>10.0-b28</version>
</dependency>
compile group: 'org.glassfish.core', name: 'kernel', version: '10.0-b28'
libraryDependencies += "org.glassfish.core" % "kernel" % "10.0-b28"
<dependency org="org.glassfish.core" name="kernel" rev="10.0-b28"/>
@Grapes(@Grab(group='org.glassfish.core', module='kernel', version='10.0-b28'))
'org.glassfish.core:kernel:jar:10.0-b28'

Download

Click the following link to download the jar file.

kernel-10.0-b28-sources.jar
kernel-10.0-b28.jar
kernel-10.0-b28.pom



Related Tutorials