Last Version

RxJava Replaying Share (Parent) 2.2.0

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

License

License

GroupId

GroupId

com.jakewharton.rx2
ArtifactId

ArtifactId

replaying-share-parent
Version

Version

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


<!-- https://jarcasting.com/artifacts/com.jakewharton.rx2/replaying-share-parent/ -->
<dependency>
    <groupId>com.jakewharton.rx2</groupId>
    <artifactId>replaying-share-parent</artifactId>
    <version>2.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.rx2/replaying-share-parent/
implementation 'com.jakewharton.rx2:replaying-share-parent:2.2.0'
// https://jarcasting.com/artifacts/com.jakewharton.rx2/replaying-share-parent/
implementation ("com.jakewharton.rx2:replaying-share-parent:2.2.0")
'com.jakewharton.rx2:replaying-share-parent:pom:2.2.0'
<dependency org="com.jakewharton.rx2" name="replaying-share-parent" rev="2.2.0">
  <artifact name="replaying-share-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.rx2', module='replaying-share-parent', version='2.2.0')
)
libraryDependencies += "com.jakewharton.rx2" % "replaying-share-parent" % "2.2.0"
[com.jakewharton.rx2/replaying-share-parent "2.2.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