Last Version

ActiveJ : Inject 5.3

An extremely fast and lightweight Dependency Injection framework. It supports nested scopes, singletons, object factories, modules and plugins which allow to transform graph of dependencies at startup time without reflection.

License

License

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-inject
Version

Version

5.3
Type

Type

jar
Description

Description

ActiveJ : Inject
An extremely fast and lightweight Dependency Injection framework. It supports nested scopes, singletons, object factories, modules and plugins which allow to transform graph of dependencies at startup time without reflection.

Download activej-inject 5.3


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

Dependencies

compile (3)

Group / Artifact Type Version
io.activej : activej-types jar 5.3
org.jetbrains : annotations jar 22.0.0
org.slf4j : slf4j-api jar 1.7.32

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
ch.qos.logback : logback-classic jar 1.2.6
org.jmock : jmock-junit4 jar 2.12.0

Project Modules

There are no modules declared in this project.