License |
License |
---|---|
GroupId | GroupIdcom.jakewharton.rxrelay3 |
ArtifactId | ArtifactIdrxrelay |
Version | Version3.0.1 |
Type | Typejar |
Description |
DescriptionRxRelay
Objects that are both an Observable and a Consumer.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rxrelay-3.0.1.pom | |
rxrelay-3.0.1.jar | 27 KB |
rxrelay-3.0.1-sources.jar | 15 KB |
rxrelay-3.0.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton.rxrelay3/rxrelay/ -->
<dependency>
<groupId>com.jakewharton.rxrelay3</groupId>
<artifactId>rxrelay</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.rxrelay3/rxrelay/
implementation 'com.jakewharton.rxrelay3:rxrelay:3.0.1'
// https://jarcasting.com/artifacts/com.jakewharton.rxrelay3/rxrelay/
implementation ("com.jakewharton.rxrelay3:rxrelay:3.0.1")
'com.jakewharton.rxrelay3:rxrelay:jar:3.0.1'
<dependency org="com.jakewharton.rxrelay3" name="rxrelay" rev="3.0.1">
<artifact name="rxrelay" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.rxrelay3', module='rxrelay', version='3.0.1')
)
libraryDependencies += "com.jakewharton.rxrelay3" % "rxrelay" % "3.0.1"
[com.jakewharton.rxrelay3/rxrelay "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava3 : rxjava | jar | 3.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 1.10.19 |