is not current version
Last Version 2.0.0-RC1

io.reactivex:rxkotlin 1.0.0-RC1

rxkotlin

Categories

Categories

Kotlin Languages React User Interface Web Frameworks
GroupId

GroupId

io.reactivex
ArtifactId

ArtifactId

rxkotlin
Version

Version

1.0.0-RC1
Type

Type

jar

Download rxkotlin 1.0.0-RC1


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