Download kernel-4.0-b72.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 4.0-b72 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add kernel-4.0-b72.jar to your project.

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

Download

Click the following link to download the jar file.

kernel-4.0-b72-javadoc.jar
kernel-4.0-b72-sources.jar
kernel-4.0-b72.jar
kernel-4.0-b72.pom



Related Tutorials