| GroupId | GroupIdcom.airbnb |
|---|---|
| ArtifactId | ArtifactIdrxgroups |
| Version | Version0.3.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rxgroups-0.3.2.pom | |
| rxgroups-0.3.2.jar | 14 KB |
| rxgroups-0.3.2-sources.jar | 13 KB |
| rxgroups-0.3.2-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.airbnb/rxgroups/ -->
<dependency>
<groupId>com.airbnb</groupId>
<artifactId>rxgroups</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb/rxgroups/
implementation 'com.airbnb:rxgroups:0.3.2'
// https://jarcasting.com/artifacts/com.airbnb/rxgroups/
implementation ("com.airbnb:rxgroups:0.3.2")
'com.airbnb:rxgroups:jar:0.3.2'
<dependency org="com.airbnb" name="rxgroups" rev="0.3.2">
<artifact name="rxgroups" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb', module='rxgroups', version='0.3.2')
)
libraryDependencies += "com.airbnb" % "rxgroups" % "0.3.2"
[com.airbnb/rxgroups "0.3.2"]