License |
License |
---|---|
Categories |
CategoriesWire Data Data Structures |
GroupId | GroupIdcom.github.thorbenkuck |
ArtifactId | ArtifactIdwire-di-annotations |
Version | Version1.0.0-alpha1 |
Type | Typejar |
Description |
DescriptionWireDI Annotations
Easy and simple di using annotation processors
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/wire-di-annotations/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>wire-di-annotations</artifactId>
<version>1.0.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/wire-di-annotations/
implementation 'com.github.thorbenkuck:wire-di-annotations:1.0.0-alpha1'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/wire-di-annotations/
implementation ("com.github.thorbenkuck:wire-di-annotations:1.0.0-alpha1")
'com.github.thorbenkuck:wire-di-annotations:jar:1.0.0-alpha1'
<dependency org="com.github.thorbenkuck" name="wire-di-annotations" rev="1.0.0-alpha1">
<artifact name="wire-di-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='wire-di-annotations', version='1.0.0-alpha1')
)
libraryDependencies += "com.github.thorbenkuck" % "wire-di-annotations" % "1.0.0-alpha1"
[com.github.thorbenkuck/wire-di-annotations "1.0.0-alpha1"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
javax.annotation : jsr250-api | jar | 1.0 |
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |