WireDI Development Root

Easy and simple di using annotation processors

License

License

Categories

Categories

Wire Data Data Structures
GroupId

GroupId

com.github.thorbenkuck
ArtifactId

ArtifactId

wire-di-development-root
Last Version

Last Version

1.0.0-alpha2
Release Date

Release Date

Type

Type

pom
Description

Description

WireDI Development Root
Easy and simple di using annotation processors
Project URL

Project URL

https://github.com/ThorbenKuck/WireDI

Download wire-di-development-root

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains : annotations jar 23.0.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

  • wire-di-bootstrap
  • wire-di-annotations
  • wire-di-runtime-environment
  • wire-di-processor
  • wire-di-processor-development-kit

Versions

Version
1.0.0-alpha2
1.0.0-alpha1