License |
License |
---|---|
GroupId | GroupIdorg.nuunframework |
ArtifactId | ArtifactIdnuun-kernel |
Version | Version1.1.0.M6 |
Type | Typejar |
Description |
Descriptionnuun-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
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nuun-kernel-1.1.0.M6.pom | |
nuun-kernel-1.1.0.M6.jar | 174 KB |
nuun-kernel-1.1.0.M6-sources.jar | 124 KB |
nuun-kernel-1.1.0.M6-javadoc.jar | 661 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nuunframework/nuun-kernel/ -->
<dependency>
<groupId>org.nuunframework</groupId>
<artifactId>nuun-kernel</artifactId>
<version>1.1.0.M6</version>
</dependency>
// https://jarcasting.com/artifacts/org.nuunframework/nuun-kernel/
implementation 'org.nuunframework:nuun-kernel:1.1.0.M6'
// https://jarcasting.com/artifacts/org.nuunframework/nuun-kernel/
implementation ("org.nuunframework:nuun-kernel:1.1.0.M6")
'org.nuunframework:nuun-kernel:jar:1.1.0.M6'
<dependency org="org.nuunframework" name="nuun-kernel" rev="1.1.0.M6">
<artifact name="nuun-kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nuunframework', module='nuun-kernel', version='1.1.0.M6')
)
libraryDependencies += "org.nuunframework" % "nuun-kernel" % "1.1.0.M6"
[org.nuunframework/nuun-kernel "1.1.0.M6"]
Group / Artifact | Type | Version |
---|---|---|
org.sonatype.sisu : sisu-guice | jar | 3.1.3 |
javax.inject : javax.inject | jar | 1 |
com.google.code.findbugs : jsr305 | jar | 2.0.1 |
aopalliance : aopalliance | jar | 1.0 |
org.reflections : reflections | jar | 0.9.8 |
commons-lang : commons-lang | jar | 2.6 |
commons-collections : commons-collections | jar | 3.2.1 |
org.slf4j : slf4j-api | jar | 1.6.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-core | jar | 1.8.5 |
org.easytesting : fest-assert | jar | 1.4 |
ch.qos.logback : logback-classic | jar | 1.0.0 |
org.powermock : powermock-core | jar | 1.5 |
org.powermock : powermock-api-mockito | jar | 1.5 |