License |
License |
---|---|
Categories |
CategoriesRxJava Container Microservices Reactive libraries |
GroupId | GroupIdcom.finovertech |
ArtifactId | ArtifactIdrxjava-cache |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRxJava Cache Tools
Library of tools that help with caching RxJava data.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rxjava-cache-1.0.1.pom | |
rxjava-cache-1.0.1.jar | 12 KB |
rxjava-cache-1.0.1-sources.jar | 4 KB |
rxjava-cache-1.0.1-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.finovertech/rxjava-cache/ -->
<dependency>
<groupId>com.finovertech</groupId>
<artifactId>rxjava-cache</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.finovertech/rxjava-cache/
implementation 'com.finovertech:rxjava-cache:1.0.1'
// https://jarcasting.com/artifacts/com.finovertech/rxjava-cache/
implementation ("com.finovertech:rxjava-cache:1.0.1")
'com.finovertech:rxjava-cache:jar:1.0.1'
<dependency org="com.finovertech" name="rxjava-cache" rev="1.0.1">
<artifact name="rxjava-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.finovertech', module='rxjava-cache', version='1.0.1')
)
libraryDependencies += "com.finovertech" % "rxjava-cache" % "1.0.1"
[com.finovertech/rxjava-cache "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
com.google.inject.extensions : guice-multibindings | jar | 4.0 |
io.reactivex : rxjava | jar | 1.1.9 |
com.google.inject : guice | jar | 4.0 |
ch.qos.logback : logback-classic | jar | 1.1.6 |
org.slf4j : slf4j-api | jar | 1.7.14 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.10.19 |
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |