is not current version
Last Version 0.5.1

com.github.thorbenkuck:simple-di-bootstrap 0.3

Easy and simple di using annotation processors

GroupId

GroupId

com.github.thorbenkuck
ArtifactId

ArtifactId

simple-di-bootstrap
Version

Version

0.3
Type

Type

pom

Download simple-di-bootstrap 0.3


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