| License |
License |
|---|---|
| GroupId | GroupIdcom.github.thorbenkuck |
| ArtifactId | ArtifactIddi-processor |
| Last Version | Last Version0.5.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSimpleDI Annotation Processor
Easy and simple di using annotation processors
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| di-processor-0.5.1.pom | |
| di-processor-0.5.1.jar | 17 KB |
| di-processor-0.5.1-sources.jar | 7 KB |
| di-processor-0.5.1-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/di-processor/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>di-processor</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/di-processor/
implementation 'com.github.thorbenkuck:di-processor:0.5.1'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/di-processor/
implementation ("com.github.thorbenkuck:di-processor:0.5.1")
'com.github.thorbenkuck:di-processor:jar:0.5.1'
<dependency org="com.github.thorbenkuck" name="di-processor" rev="0.5.1">
<artifact name="di-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='di-processor', version='0.5.1')
)
libraryDependencies += "com.github.thorbenkuck" % "di-processor" % "0.5.1"
[com.github.thorbenkuck/di-processor "0.5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.auto.service : auto-service | jar | 1.0 |
| com.squareup : javapoet | jar | 1.11.1 |
| javax.inject : javax.inject | jar | 1 |
| com.github.thorbenkuck : di-annotations | jar | 0.4 |
| com.github.thorbenkuck : di-core | jar | 0.4 |
| javax.annotation : jsr250-api | jar | 1.0 |