SimpleDI

Easy and simple di using annotation processors

License

License

GroupId

GroupId

com.github.thorbenkuck
ArtifactId

ArtifactId

di
Last Version

Last Version

0.5.1
Release Date

Release Date

Type

Type

pom
Description

Description

SimpleDI
Easy and simple di using annotation processors
Project URL

Project URL

https://github.com/ThorbenKuck/SimpleDI

Download di

Filename Size
di-0.5.1.pom 7 KB
Browse

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.github.thorbenkuck : di-annotations jar 0.5.1
com.github.thorbenkuck : di-core jar 0.5.1
com.github.thorbenkuck : di-processor jar 0.5.1
com.google.auto.service : auto-service jar 1.0
com.squareup : javapoet jar 1.13.0
javax.inject : javax.inject jar 1

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.1
0.2
0.1