License |
License |
---|---|
GroupId | GroupIdcom.github.thorbenkuck |
ArtifactId | ArtifactIddi-annotations |
Last Version | Last Version0.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimpleDI Annotations
Easy and simple di using annotation processors
|
Project URL |
Project URL |
Filename | Size |
---|---|
di-annotations-0.5.1.pom | |
di-annotations-0.5.1.jar | 2 KB |
di-annotations-0.5.1-sources.jar | 1 KB |
di-annotations-0.5.1-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.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/di-annotations/
implementation 'com.github.thorbenkuck:di-annotations:0.5.1'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/di-annotations/
implementation ("com.github.thorbenkuck:di-annotations:0.5.1")
'com.github.thorbenkuck:di-annotations:jar:0.5.1'
<dependency org="com.github.thorbenkuck" name="di-annotations" rev="0.5.1">
<artifact name="di-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='di-annotations', version='0.5.1')
)
libraryDependencies += "com.github.thorbenkuck" % "di-annotations" % "0.5.1"
[com.github.thorbenkuck/di-annotations "0.5.1"]