Download kernel-3.1-b36.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 3.1-b36 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add kernel-3.1-b36.jar to your project.

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

Download

Click the following link to download the jar file.

kernel-3.1-b36-sources.jar
kernel-3.1-b36.jar
kernel-3.1-b36.pom



Related Tutorials