Last Version

RxJava Replaying Share (Kotlin Extensions) 2.2.0

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

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.jakewharton.rx2
ArtifactId

ArtifactId

replaying-share-kotlin
Version

Version

2.2.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 2.2.0


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

Dependencies

compile (2)

Group / Artifact Type Version
com.jakewharton.rx2 : replaying-share jar 2.2.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.