is not current version
Last Version 2.2.0

com.jakewharton.rx2:replaying-share-parent 2.0.1

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

GroupId

GroupId

com.jakewharton.rx2
ArtifactId

ArtifactId

replaying-share-parent
Version

Version

2.0.1
Type

Type

pom

Download replaying-share-parent 2.0.1


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