Nuun IO Kernel Specs

This is the specs part of the Nuun IO Kernel. API and SPI. Use this project for your specs oriented projects. See kernel parent description.

Лицензия

Лицензия

Группа

Группа

io.nuun
Идентификатор

Идентификатор

kernel-specs
Последняя версия

Последняя версия

1.0.M9
Дата

Дата

Тип

Тип

jar
Описание

Описание

Nuun IO Kernel Specs
This is the specs part of the Nuun IO Kernel. API and SPI. Use this project for your specs oriented projects. See kernel parent description.

Скачать kernel-specs

Как подключить последнюю версию

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.kametic : specifications jar 1.0.1
javax.inject : javax.inject jar 1
com.google.code.findbugs : jsr305 jar 2.0.1
org.slf4j : slf4j-api jar 1.7.16

test (6)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
org.mockito : mockito-core jar 1.8.5
org.assertj : assertj-core jar 1.7.1
ch.qos.logback : logback-classic jar 1.0.0
org.powermock : powermock-core jar 1.5
org.powermock : powermock-api-mockito jar 1.5

Модули Проекта

Данный проект не имеет модулей.

Nuun Kernel Build status Maven Central Coverage Status

Nuun is a powerful and flexible inversion control micro-framework for building enterprise class stack.

Nuun brings a clean kernel/plugin design plus a JSR 330 compliant injection mechanism backed by Google Guice. It is designed to be compatible with the major injection frameworks (spring, guice for now, tapestry, picocontainer, jodd, etc to come ...). Nuun aims to be a future reference for enterprise application developement.

Nuun makes a clear separation between stack developers and business developers. Stack developers will define convention and high level technical aspects by creating plugins. Then business developers will be free from configuration and will be able to focus on business issues not technical issues.

Quick start

Get Nuun Kernel from Maven central

The easiest way to get Nuun using Maven is to add the following dependency to your pom.

<dependency>
  <groupId>io.nuun</groupId>
  <artifactId>kernel</artifactId>
  <version>???</version>
</dependency>

Where ??? is the current version. See here for the last release.

Build it from source.

Clone the repo then install it with maven.

git clone https://github.com/nuun-io/kernel.git
cd kernel
mvn clean install

Documentation

See the current reference documentation.

Want to contribute ?

Contributions are welcome; please refer to our contributing guidelines.

To see our current work, take look at our board.

Copyright and license

Code is released under LGPLv3 license.

##Glossary

  • IOC : Inversion Of Control
  • DI : Dependency Injection
io.nuun

Nuun IO

Nuun.IO is a set of libraries allowing a full use of the IOC principle.

Версии библиотеки

Версия
1.0.M9
1.0.M7
1.0.M6
1.0.M5
1.0.M4
1.0.M2
1.0.M1