Last Version

ActiveJ : DI 1.0-rc1

ActiveJ 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

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-di
Version

Version

1.0-rc1
Type

Type

jar
Description

Description

ActiveJ : DI
ActiveJ 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.

Download activej-di 1.0-rc1


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

Dependencies

compile (2)

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

test (3)

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

Project Modules

There are no modules declared in this project.