| License |
License |
|---|---|
| GroupId | GroupIdcom.github.thorbenkuck |
| ArtifactId | ArtifactIddi-annotations |
| Version | Version0.2 |
| Type | Typejar |
| Description |
DescriptionEasy and simple di using annotation processors
|
| Filename | Size |
|---|---|
| di-annotations-0.2.pom | |
| di-annotations-0.2.jar | 2 KB |
| di-annotations-0.2-sources.jar | 1 KB |
| di-annotations-0.2-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/di-annotations/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>di-annotations</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/di-annotations/
implementation 'com.github.thorbenkuck:di-annotations:0.2'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/di-annotations/
implementation ("com.github.thorbenkuck:di-annotations:0.2")
'com.github.thorbenkuck:di-annotations:jar:0.2'
<dependency org="com.github.thorbenkuck" name="di-annotations" rev="0.2">
<artifact name="di-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='di-annotations', version='0.2')
)
libraryDependencies += "com.github.thorbenkuck" % "di-annotations" % "0.2"
[com.github.thorbenkuck/di-annotations "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.inject : javax.inject | jar | 1 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |