License |
License |
---|---|
Categories |
CategoriesKotlin Languages React User Interface Web Frameworks |
GroupId | GroupIdio.reactivex |
ArtifactId | ArtifactIdrxkotlin |
Last Version | Last Version2.0.0-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrxkotlin
rxkotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rxkotlin-2.0.0-RC1.pom | |
rxkotlin-2.0.0-RC1.jar | 6 KB |
rxkotlin-2.0.0-RC1-sources.jar | 2 KB |
rxkotlin-2.0.0-RC1-javadoc.jar | 1 KB |
rxkotlin-2.0.0-RC1-benchmarks.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.reactivex/rxkotlin/ -->
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxkotlin</artifactId>
<version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.reactivex/rxkotlin/
implementation 'io.reactivex:rxkotlin:2.0.0-RC1'
// https://jarcasting.com/artifacts/io.reactivex/rxkotlin/
implementation ("io.reactivex:rxkotlin:2.0.0-RC1")
'io.reactivex:rxkotlin:jar:2.0.0-RC1'
<dependency org="io.reactivex" name="rxkotlin" rev="2.0.0-RC1">
<artifact name="rxkotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.reactivex', module='rxkotlin', version='2.0.0-RC1')
)
libraryDependencies += "io.reactivex" % "rxkotlin" % "2.0.0-RC1"
[io.reactivex/rxkotlin "2.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.0.5 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.0 |