is not current version
Last Version 0.5.1

SimpleDI 0.2

Easy and simple di using annotation processors

License

License

GroupId

GroupId

com.github.thorbenkuck
ArtifactId

ArtifactId

di
Version

Version

0.2
Type

Type

pom
Description

Description

SimpleDI
Easy and simple di using annotation processors
Project URL

Project URL

https://github.com/ThorbenKuck/powerfx

Download di 0.2

Filename Size
di-0.2.pom 7 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • di-annotations
  • di-core
  • di-processor
  • test