License |
License |
---|---|
GroupId | GroupIdcom.jakewharton.rx |
ArtifactId | ArtifactIdwindow-if-changed-parent |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionRxJava Window If Changed (Parent)
An RxJava transformer which combines replay(1), publish(), and refCount() operators.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
window-if-changed-parent-1.0.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton.rx/window-if-changed-parent/ -->
<dependency>
<groupId>com.jakewharton.rx</groupId>
<artifactId>window-if-changed-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.rx/window-if-changed-parent/
implementation 'com.jakewharton.rx:window-if-changed-parent:1.0.0'
// https://jarcasting.com/artifacts/com.jakewharton.rx/window-if-changed-parent/
implementation ("com.jakewharton.rx:window-if-changed-parent:1.0.0")
'com.jakewharton.rx:window-if-changed-parent:pom:1.0.0'
<dependency org="com.jakewharton.rx" name="window-if-changed-parent" rev="1.0.0">
<artifact name="window-if-changed-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.rx', module='window-if-changed-parent', version='1.0.0')
)
libraryDependencies += "com.jakewharton.rx" % "window-if-changed-parent" % "1.0.0"
[com.jakewharton.rx/window-if-changed-parent "1.0.0"]