Last Version

RxJava Replaying Share (Kotlin Extensions) 3.0.0

An RxJava transformer which combines replay(1), publish(), and refCount() operators.

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.jakewharton.rx3
ArtifactId

ArtifactId

replaying-share-kotlin
Version

Version

3.0.0
Type

Type

jar
Description

Description

RxJava Replaying Share (Kotlin Extensions)
An RxJava transformer which combines replay(1), publish(), and refCount() operators.

Download replaying-share-kotlin 3.0.0


<!-- https://jarcasting.com/artifacts/com.jakewharton.rx3/replaying-share-kotlin/ -->
<dependency>
    <groupId>com.jakewharton.rx3</groupId>
    <artifactId>replaying-share-kotlin</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.rx3/replaying-share-kotlin/
implementation 'com.jakewharton.rx3:replaying-share-kotlin:3.0.0'
// https://jarcasting.com/artifacts/com.jakewharton.rx3/replaying-share-kotlin/
implementation ("com.jakewharton.rx3:replaying-share-kotlin:3.0.0")
'com.jakewharton.rx3:replaying-share-kotlin:jar:3.0.0'
<dependency org="com.jakewharton.rx3" name="replaying-share-kotlin" rev="3.0.0">
  <artifact name="replaying-share-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.rx3', module='replaying-share-kotlin', version='3.0.0')
)
libraryDependencies += "com.jakewharton.rx3" % "replaying-share-kotlin" % "3.0.0"
[com.jakewharton.rx3/replaying-share-kotlin "3.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.jakewharton.rx3 : replaying-share jar 3.0.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.0.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.