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

License

The Apache License, Version 2.0

Build File

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

<dependency>
   <groupId>com.itextpdf</groupId>
   <artifactId>kernel</artifactId>
   <version>7.0.7</version>
</dependency>
compile group: 'com.itextpdf', name: 'kernel', version: '7.0.7'
libraryDependencies += "com.itextpdf" % "kernel" % "7.0.7"
<dependency org="com.itextpdf" name="kernel" rev="7.0.7"/>
@Grapes(@Grab(group='com.itextpdf', module='kernel', version='7.0.7'))
'com.itextpdf:kernel:jar:7.0.7'

Download

Click the following link to download the jar file.

kernel-7.0.7-javadoc.jar
kernel-7.0.7-sources.jar
kernel-7.0.7.jar
kernel-7.0.7.pom



Related Tutorials