is not current version
Last Version 2.0.0

io.jmnarloch:rxjava-spring-boot-starter 1.0.0

Spring Boot Netflix RxJava

Categories

Categories

Spring Boot Container Microservices RxJava Reactive libraries
GroupId

GroupId

io.jmnarloch
ArtifactId

ArtifactId

rxjava-spring-boot-starter
Version

Version

1.0.0
Type

Type

jar

Download rxjava-spring-boot-starter 1.0.0


<!-- https://jarcasting.com/artifacts/io.jmnarloch/rxjava-spring-boot-starter/ -->
<dependency>
    <groupId>io.jmnarloch</groupId>
    <artifactId>rxjava-spring-boot-starter</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.jmnarloch/rxjava-spring-boot-starter/
implementation 'io.jmnarloch:rxjava-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/io.jmnarloch/rxjava-spring-boot-starter/
implementation ("io.jmnarloch:rxjava-spring-boot-starter:1.0.0")
'io.jmnarloch:rxjava-spring-boot-starter:jar:1.0.0'
<dependency org="io.jmnarloch" name="rxjava-spring-boot-starter" rev="1.0.0">
  <artifact name="rxjava-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jmnarloch', module='rxjava-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "io.jmnarloch" % "rxjava-spring-boot-starter" % "1.0.0"
[io.jmnarloch/rxjava-spring-boot-starter "1.0.0"]