Last Version

DataKernel : DI 3.1.0

DataKernel has an extremely lightweight DI with ground-breaking design principles. It supports nested scopes, singletons, object factories, modules and plugins which allow to transform graph of dependencies at startup time without any reflection.

License

License

Categories

Categories

Data
GroupId

GroupId

io.datakernel
ArtifactId

ArtifactId

datakernel-di
Version

Version

3.1.0
Type

Type

jar
Description

Description

DataKernel : DI
DataKernel has an extremely lightweight DI with ground-breaking design principles. It supports nested scopes, singletons, object factories, modules and plugins which allow to transform graph of dependencies at startup time without any reflection.
Project URL

Project URL

https://datakernel.io/datakernel-di/

Download datakernel-di 3.1.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains : annotations jar 17.0.0
org.slf4j : slf4j-api jar 1.7.25

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.1.3
org.jmock : jmock-junit4 jar 2.8.1

Project Modules

There are no modules declared in this project.