License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices React User Interface Web Frameworks |
GroupId | GroupIdio.iceflower |
ArtifactId | ArtifactIdreactive-spring-boot-starter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionreactive-spring-boot-starter
A Spring Boot starter for Reactor3 and RxJava3 integration
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.iceflower/reactive-spring-boot-starter/ -->
<dependency>
<groupId>io.iceflower</groupId>
<artifactId>reactive-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.iceflower/reactive-spring-boot-starter/
implementation 'io.iceflower:reactive-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/io.iceflower/reactive-spring-boot-starter/
implementation ("io.iceflower:reactive-spring-boot-starter:1.0.0")
'io.iceflower:reactive-spring-boot-starter:jar:1.0.0'
<dependency org="io.iceflower" name="reactive-spring-boot-starter" rev="1.0.0">
<artifact name="reactive-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.iceflower', module='reactive-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "io.iceflower" % "reactive-spring-boot-starter" % "1.0.0"
[io.iceflower/reactive-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
io.reactivex.rxjava3 : rxjava | jar | 3.0.11 |
io.projectreactor : reactor-core | jar | 3.4.3 |
io.projectreactor.addons : reactor-adapter | jar | 3.4.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |