License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices RxJava Reactive libraries |
GroupId | GroupIdorg.rxjava |
ArtifactId | ArtifactIdrxjava-spring-boot-core |
Last Version | Last Version1.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/org.rxjava/rxjava-spring-boot-core/ -->
<dependency>
<groupId>org.rxjava</groupId>
<artifactId>rxjava-spring-boot-core</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.rxjava/rxjava-spring-boot-core/
implementation 'org.rxjava:rxjava-spring-boot-core:1.0.8'
// https://jarcasting.com/artifacts/org.rxjava/rxjava-spring-boot-core/
implementation ("org.rxjava:rxjava-spring-boot-core:1.0.8")
'org.rxjava:rxjava-spring-boot-core:jar:1.0.8'
<dependency org="org.rxjava" name="rxjava-spring-boot-core" rev="1.0.8">
<artifact name="rxjava-spring-boot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rxjava', module='rxjava-spring-boot-core', version='1.0.8')
)
libraryDependencies += "org.rxjava" % "rxjava-spring-boot-core" % "1.0.8"
[org.rxjava/rxjava-spring-boot-core "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.61 |
junit : junit | jar | |
io.projectreactor : reactor-test | jar |