| Categories |
CategoriesKotlin Languages React User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdio.reactivex |
| ArtifactId | ArtifactIdrxkotlin |
| Version | Version1.0.0-RC1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rxkotlin-1.0.0-RC1.pom | |
| rxkotlin-1.0.0-RC1.jar | 31 KB |
| rxkotlin-1.0.0-RC1-sources.jar | 4 KB |
| rxkotlin-1.0.0-RC1-javadoc.jar | 1 KB |
| Browse |
<!-- 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"]