GroupId | GroupIdcom.airbnb |
---|---|
ArtifactId | ArtifactIdrxgroups |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
rxgroups-0.2.1.pom | |
rxgroups-0.2.1.jar | 15 KB |
rxgroups-0.2.1-sources.jar | 14 KB |
rxgroups-0.2.1-javadoc.jar | 32 KB |
Browse |
<!-- 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"]