is not current version
Last Version 1.0.0-alpha2

com.airbnb:rxgroups 0.2.1

Observables lifecycle management

GroupId

GroupId

com.airbnb
ArtifactId

ArtifactId

rxgroups
Version

Version

0.2.1
Type

Type

jar

Download rxgroups 0.2.1


<!-- https://jarcasting.com/artifacts/com.airbnb/rxgroups/ -->
<dependency>
    <groupId>com.airbnb</groupId>
    <artifactId>rxgroups</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb/rxgroups/
implementation 'com.airbnb:rxgroups:0.2.1'
// https://jarcasting.com/artifacts/com.airbnb/rxgroups/
implementation ("com.airbnb:rxgroups:0.2.1")
'com.airbnb:rxgroups:jar:0.2.1'
<dependency org="com.airbnb" name="rxgroups" rev="0.2.1">
  <artifact name="rxgroups" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb', module='rxgroups', version='0.2.1')
)
libraryDependencies += "com.airbnb" % "rxgroups" % "0.2.1"
[com.airbnb/rxgroups "0.2.1"]