License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.jakewharton.rx |
ArtifactId | ArtifactIdreplaying-share-kotlin |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionRxJava Replaying Share (Kotlin Extensions)
An RxJava transformer which combines replay(1), publish(), and refCount() operators.
|
Filename | Size |
---|---|
replaying-share-kotlin-2.0.0.pom | |
replaying-share-kotlin-2.0.0.jar | 3 KB |
replaying-share-kotlin-2.0.0-sources.jar | 1 KB |
replaying-share-kotlin-2.0.0-javadoc.jar | 332 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton.rx/replaying-share-kotlin/ -->
<dependency>
<groupId>com.jakewharton.rx</groupId>
<artifactId>replaying-share-kotlin</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.rx/replaying-share-kotlin/
implementation 'com.jakewharton.rx:replaying-share-kotlin:2.0.0'
// https://jarcasting.com/artifacts/com.jakewharton.rx/replaying-share-kotlin/
implementation ("com.jakewharton.rx:replaying-share-kotlin:2.0.0")
'com.jakewharton.rx:replaying-share-kotlin:jar:2.0.0'
<dependency org="com.jakewharton.rx" name="replaying-share-kotlin" rev="2.0.0">
<artifact name="replaying-share-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.rx', module='replaying-share-kotlin', version='2.0.0')
)
libraryDependencies += "com.jakewharton.rx" % "replaying-share-kotlin" % "2.0.0"
[com.jakewharton.rx/replaying-share-kotlin "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.jakewharton.rx : replaying-share | jar | 2.0.0 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |