is not current version
Last Version 1.1.3

com.github.alex1304:rdi 1.0.1

Dependency Injection library with reactive capabilities, powered by Reactor.

GroupId

GroupId

com.github.alex1304
ArtifactId

ArtifactId

rdi
Version

Version

1.0.1
Type

Type

jar

Download rdi 1.0.1


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