License |
License |
---|---|
Categories |
CategoriesWire Data Data Structures |
GroupId | GroupIdcom.github.thorbenkuck |
ArtifactId | ArtifactIdwire-di-processor-development-kit |
Last Version | Last Version1.0.0-alpha2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWireDI Annotation Processor Extensions
Easy and simple di using annotation processors
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/wire-di-processor-development-kit/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>wire-di-processor-development-kit</artifactId>
<version>1.0.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/wire-di-processor-development-kit/
implementation 'com.github.thorbenkuck:wire-di-processor-development-kit:1.0.0-alpha2'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/wire-di-processor-development-kit/
implementation ("com.github.thorbenkuck:wire-di-processor-development-kit:1.0.0-alpha2")
'com.github.thorbenkuck:wire-di-processor-development-kit:jar:1.0.0-alpha2'
<dependency org="com.github.thorbenkuck" name="wire-di-processor-development-kit" rev="1.0.0-alpha2">
<artifact name="wire-di-processor-development-kit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='wire-di-processor-development-kit', version='1.0.0-alpha2')
)
libraryDependencies += "com.github.thorbenkuck" % "wire-di-processor-development-kit" % "1.0.0-alpha2"
[com.github.thorbenkuck/wire-di-processor-development-kit "1.0.0-alpha2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service | jar | 1.0.1 |
com.squareup : javapoet | jar | 1.13.0 |
com.github.thorbenkuck : wire-di-annotations | jar | 1.0.0-alpha2 |
com.github.thorbenkuck : wire-di-runtime-environment | jar | 1.0.0-alpha2 |
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |