is not current version
Last Version 0.5.1

SimpleDI 0.4

Easy and simple di using annotation processors

License

License

GroupId

GroupId

com.github.thorbenkuck
ArtifactId

ArtifactId

simple-di-bootstrap
Version

Version

0.4
Type

Type

pom
Description

Description

SimpleDI
Easy and simple di using annotation processors
Project URL

Project URL

https://github.com/ThorbenKuck/SimpleDI

Download simple-di-bootstrap 0.4


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

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
  • di-root