License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices RxJava Reactive libraries |
GroupId | GroupIdio.iceflower |
ArtifactId | ArtifactIdrxjava-spring-boot-starter |
Last Version | Last Version3.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrxjava-spring-boot-starter
A Spring Boot starter for RxJava3 integration
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.iceflower/rxjava-spring-boot-starter/ -->
<dependency>
<groupId>io.iceflower</groupId>
<artifactId>rxjava-spring-boot-starter</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.iceflower/rxjava-spring-boot-starter/
implementation 'io.iceflower:rxjava-spring-boot-starter:3.0.2'
// https://jarcasting.com/artifacts/io.iceflower/rxjava-spring-boot-starter/
implementation ("io.iceflower:rxjava-spring-boot-starter:3.0.2")
'io.iceflower:rxjava-spring-boot-starter:jar:3.0.2'
<dependency org="io.iceflower" name="rxjava-spring-boot-starter" rev="3.0.2">
<artifact name="rxjava-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.iceflower', module='rxjava-spring-boot-starter', version='3.0.2')
)
libraryDependencies += "io.iceflower" % "rxjava-spring-boot-starter" % "3.0.2"
[io.iceflower/rxjava-spring-boot-starter "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava3 : rxjava | jar | 3.0.11 |
org.springframework.boot : spring-boot-starter-web | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |