License |
License |
---|---|
Categories |
CategoriesDagger Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.github.daggerok |
ArtifactId | ArtifactIddaggerok-context |
Version | Version1.0.4 |
Type | Typejar |
Description |
Descriptiondaggerok-context
Daggerok Context - Java dependency injection library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.daggerok/daggerok-context/ -->
<dependency>
<groupId>com.github.daggerok</groupId>
<artifactId>daggerok-context</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.daggerok/daggerok-context/
implementation 'com.github.daggerok:daggerok-context:1.0.4'
// https://jarcasting.com/artifacts/com.github.daggerok/daggerok-context/
implementation ("com.github.daggerok:daggerok-context:1.0.4")
'com.github.daggerok:daggerok-context:jar:1.0.4'
<dependency org="com.github.daggerok" name="daggerok-context" rev="1.0.4">
<artifact name="daggerok-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.daggerok', module='daggerok-context', version='1.0.4')
)
libraryDependencies += "com.github.daggerok" % "daggerok-context" % "1.0.4"
[com.github.daggerok/daggerok-context "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.reflections : reflections | jar | 0.9.11 |
javax.inject : javax.inject | jar | 1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.11.1 |