License |
License |
---|---|
GroupId | GroupIdcom.github.alex1304 |
ArtifactId | ArtifactIdrdi |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRDI
Dependency Injection library with reactive capabilities, powered by Reactor.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rdi-1.1.3.pom | |
rdi-1.1.3.jar | 51 KB |
rdi-1.1.3-sources.jar | 24 KB |
rdi-1.1.3-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.alex1304/rdi/ -->
<dependency>
<groupId>com.github.alex1304</groupId>
<artifactId>rdi</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alex1304/rdi/
implementation 'com.github.alex1304:rdi:1.1.3'
// https://jarcasting.com/artifacts/com.github.alex1304/rdi/
implementation ("com.github.alex1304:rdi:1.1.3")
'com.github.alex1304:rdi:jar:1.1.3'
<dependency org="com.github.alex1304" name="rdi" rev="1.1.3">
<artifact name="rdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alex1304', module='rdi', version='1.1.3')
)
libraryDependencies += "com.github.alex1304" % "rdi" % "1.1.3"
[com.github.alex1304/rdi "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-core | jar | 3.4.11 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |
org.slf4j : slf4j-simple | jar | 1.7.32 |
org.reflections : reflections | jar | 0.10.2 |