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