GroupId | GroupIdcom.jakewharton.rxrelay2 |
---|---|
ArtifactId | ArtifactIdrxrelay |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
rxrelay-2.1.0.pom | |
rxrelay-2.1.0.jar | 27 KB |
rxrelay-2.1.0-sources.jar | 15 KB |
rxrelay-2.1.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton.rxrelay2/rxrelay/ -->
<dependency>
<groupId>com.jakewharton.rxrelay2</groupId>
<artifactId>rxrelay</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.rxrelay2/rxrelay/
implementation 'com.jakewharton.rxrelay2:rxrelay:2.1.0'
// https://jarcasting.com/artifacts/com.jakewharton.rxrelay2/rxrelay/
implementation ("com.jakewharton.rxrelay2:rxrelay:2.1.0")
'com.jakewharton.rxrelay2:rxrelay:jar:2.1.0'
<dependency org="com.jakewharton.rxrelay2" name="rxrelay" rev="2.1.0">
<artifact name="rxrelay" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.rxrelay2', module='rxrelay', version='2.1.0')
)
libraryDependencies += "com.jakewharton.rxrelay2" % "rxrelay" % "2.1.0"
[com.jakewharton.rxrelay2/rxrelay "2.1.0"]