MVN

com.jakewharton.rx3 : replaying-share-parent

Maven & Gradle

May 19, 2020
628 stars

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

<dependency>
    <groupId>com.jakewharton.rx3</groupId>
    <artifactId>replaying-share-parent</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jakewharton.rx3 : replaying-share-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.jakewharton.rx3 : replaying-share-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
replaying-share-parent-3.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.jakewharton.rx3</groupId>
    <artifactId>replaying-share-parent</artifactId>
    <version>3.0.0</version>
</dependency>