is not current version
Last Version 1.0.4

com.github.daggerok:daggerok-context 1.0.2

Daggerok Context - Java dependency injection library.

Categories

Categories

Dagger Application Layer Libs Dependency Injection
GroupId

GroupId

com.github.daggerok
ArtifactId

ArtifactId

daggerok-context
Version

Version

1.0.2
Type

Type

jar

Download daggerok-context 1.0.2


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