License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Redis Data Databases CLI User Interface |
GroupId | GroupIdcom.cloudant |
ArtifactId | ArtifactIdcloudant-client-cache-redis |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description_java-cloudant-cache_master-U6H562VG4M4PSOAN34Z5NB3GQPTVUZQ5FV4UZSSNPIR3MO5N7U5A
Cache for java-cloudant client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.cloudant/cloudant-client-cache-redis/ -->
<dependency>
<groupId>com.cloudant</groupId>
<artifactId>cloudant-client-cache-redis</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudant/cloudant-client-cache-redis/
implementation 'com.cloudant:cloudant-client-cache-redis:0.4.0'
// https://jarcasting.com/artifacts/com.cloudant/cloudant-client-cache-redis/
implementation ("com.cloudant:cloudant-client-cache-redis:0.4.0")
'com.cloudant:cloudant-client-cache-redis:jar:0.4.0'
<dependency org="com.cloudant" name="cloudant-client-cache-redis" rev="0.4.0">
<artifact name="cloudant-client-cache-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudant', module='cloudant-client-cache-redis', version='0.4.0')
)
libraryDependencies += "com.cloudant" % "cloudant-client-cache-redis" % "0.4.0"
[com.cloudant/cloudant-client-cache-redis "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
com.cloudant : cloudant-client | jar | 2.8.0 |
com.cloudant : cloudant-client-cache | jar | 0.4.0 |
redis.clients : jedis | jar | 2.7.2 |
org.springframework.data : spring-data-redis | jar | 1.6.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |