WireDI Annotation Processor

Easy and simple di using annotation processors

License

License

Categories

Categories

Wire Data Data Structures
GroupId

GroupId

com.github.thorbenkuck
ArtifactId

ArtifactId

wire-di-processor
Last Version

Last Version

1.0.0-alpha2
Release Date

Release Date

Type

Type

jar
Description

Description

WireDI Annotation Processor
Easy and simple di using annotation processors
Project URL

Project URL

https://github.com/ThorbenKuck/SimpleDI

Download wire-di-processor

How to add to project

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

Dependencies

compile (7)

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-processor-development-kit jar 1.0.0-alpha2
com.github.thorbenkuck : wire-di-runtime-environment jar 1.0.0-alpha2
org.assertj : assertj-core jar 3.22.0
org.jetbrains : annotations jar 23.0.0

test (2)

Group / Artifact Type Version
com.google.testing.compile : compile-testing jar 0.19
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-alpha2
1.0.0-alpha1