GroupId | GroupIdcom.jakewharton.rx |
---|---|
ArtifactId | ArtifactIdreplaying-share |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
replaying-share-1.0.0.pom | |
replaying-share-1.0.0.jar | 5 KB |
replaying-share-1.0.0-sources.jar | 2 KB |
replaying-share-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton.rx/replaying-share/ -->
<dependency>
<groupId>com.jakewharton.rx</groupId>
<artifactId>replaying-share</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.rx/replaying-share/
implementation 'com.jakewharton.rx:replaying-share:1.0.0'
// https://jarcasting.com/artifacts/com.jakewharton.rx/replaying-share/
implementation ("com.jakewharton.rx:replaying-share:1.0.0")
'com.jakewharton.rx:replaying-share:jar:1.0.0'
<dependency org="com.jakewharton.rx" name="replaying-share" rev="1.0.0">
<artifact name="replaying-share" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.rx', module='replaying-share', version='1.0.0')
)
libraryDependencies += "com.jakewharton.rx" % "replaying-share" % "1.0.0"
[com.jakewharton.rx/replaying-share "1.0.0"]