License |
License |
---|---|
GroupId | GroupIdcom.airbnb |
ArtifactId | ArtifactIdrxgroups |
Version | Version1.0.0-alpha2 |
Type | Typejar |
Description |
DescriptionRxGroups library
Observables lifecycle management
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rxgroups-1.0.0-alpha2.pom | |
rxgroups-1.0.0-alpha2.jar | 29 KB |
rxgroups-1.0.0-alpha2-sources.jar | 20 KB |
rxgroups-1.0.0-alpha2-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.airbnb/rxgroups/ -->
<dependency>
<groupId>com.airbnb</groupId>
<artifactId>rxgroups</artifactId>
<version>1.0.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb/rxgroups/
implementation 'com.airbnb:rxgroups:1.0.0-alpha2'
// https://jarcasting.com/artifacts/com.airbnb/rxgroups/
implementation ("com.airbnb:rxgroups:1.0.0-alpha2")
'com.airbnb:rxgroups:jar:1.0.0-alpha2'
<dependency org="com.airbnb" name="rxgroups" rev="1.0.0-alpha2">
<artifact name="rxgroups" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb', module='rxgroups', version='1.0.0-alpha2')
)
libraryDependencies += "com.airbnb" % "rxgroups" % "1.0.0-alpha2"
[com.airbnb/rxgroups "1.0.0-alpha2"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.1.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 1.7.0 |