| License |
License |
|---|---|
| Categories |
CategoriesActiveJ User Interface Web Frameworks |
| GroupId | GroupIdio.activej |
| ArtifactId | ArtifactIdactivej-di |
| Version | Version1.0-rc1 |
| Type | Typejar |
| Description |
DescriptionActiveJ : 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.
|
| Filename | Size |
|---|---|
| activej-di-1.0-rc1.pom | |
| activej-di-1.0-rc1.jar | 194 KB |
| activej-di-1.0-rc1-sources.jar | 87 KB |
| activej-di-1.0-rc1-javadoc.jar | 811 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 17.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.29 |
| 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 |