is not current version
Last Version 0.5.1

com.github.thorbenkuck:di 0.1

Easy and simple di using annotation processors

GroupId

GroupId

com.github.thorbenkuck
ArtifactId

ArtifactId

di
Version

Version

0.1
Type

Type

pom

Download di 0.1

Filename Size
di-0.1.pom 7 KB
Browse

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