is not current version
Last Version 2.0.0

com.jakewharton.rx:replaying-share-parent 1.0.0

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

GroupId

GroupId

com.jakewharton.rx
ArtifactId

ArtifactId

replaying-share-parent
Version

Version

1.0.0
Type

Type

pom

Download replaying-share-parent 1.0.0


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