is not current version
Last Version 1.1.0.M6

org.nuunframework:nuun-kernel 1.0.0

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

GroupId

GroupId

org.nuunframework
ArtifactId

ArtifactId

nuun-kernel
Version

Version

1.0.0
Type

Type

jar

Download nuun-kernel 1.0.0


<!-- https://jarcasting.com/artifacts/org.nuunframework/nuun-kernel/ -->
<dependency>
    <groupId>org.nuunframework</groupId>
    <artifactId>nuun-kernel</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.nuunframework/nuun-kernel/
implementation 'org.nuunframework:nuun-kernel:1.0.0'
// https://jarcasting.com/artifacts/org.nuunframework/nuun-kernel/
implementation ("org.nuunframework:nuun-kernel:1.0.0")
'org.nuunframework:nuun-kernel:jar:1.0.0'
<dependency org="org.nuunframework" name="nuun-kernel" rev="1.0.0">
  <artifact name="nuun-kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nuunframework', module='nuun-kernel', version='1.0.0')
)
libraryDependencies += "org.nuunframework" % "nuun-kernel" % "1.0.0"
[org.nuunframework/nuun-kernel "1.0.0"]