Last Version

RxJava Replaying Share (Parent) 3.0.0

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

License

License

GroupId

GroupId

com.jakewharton.rx3
ArtifactId

ArtifactId

replaying-share-parent
Version

Version

3.0.0
Type

Type

pom
Description

Description

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

Source Code Management

http://github.com/JakeWharton/RxReplayingShare

Download replaying-share-parent 3.0.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • replaying-share
  • replaying-share-kotlin