is not current version
Last Version 0.5.1

com.github.thorbenkuck:di-annotations 0.1


GroupId

GroupId

com.github.thorbenkuck
ArtifactId

ArtifactId

di-annotations
Version

Version

0.1
Type

Type

jar

Download di-annotations 0.1


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