Categories |
CategoriesDagger Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.github.daggerok |
ArtifactId | ArtifactIddaggerok-context |
Version | Version1.0.2 |
Type | Typejar |
<!-- 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"]