License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.googlecode.objectify |
ArtifactId | ArtifactIdobjectify-cache-redis |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionObjectify App Engine Cache Redis
Pluggable memory cache implementation based on Redis
|
Project URL |
Project URL |
Filename | Size |
---|---|
objectify-cache-redis-0.1.pom | |
objectify-cache-redis-0.1.jar | 10 KB |
objectify-cache-redis-0.1-sources.jar | 6 KB |
objectify-cache-redis-0.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.objectify/objectify-cache-redis/ -->
<dependency>
<groupId>com.googlecode.objectify</groupId>
<artifactId>objectify-cache-redis</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.objectify/objectify-cache-redis/
implementation 'com.googlecode.objectify:objectify-cache-redis:0.1'
// https://jarcasting.com/artifacts/com.googlecode.objectify/objectify-cache-redis/
implementation ("com.googlecode.objectify:objectify-cache-redis:0.1")
'com.googlecode.objectify:objectify-cache-redis:jar:0.1'
<dependency org="com.googlecode.objectify" name="objectify-cache-redis" rev="0.1">
<artifact name="objectify-cache-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.objectify', module='objectify-cache-redis', version='0.1')
)
libraryDependencies += "com.googlecode.objectify" % "objectify-cache-redis" % "0.1"
[com.googlecode.objectify/objectify-cache-redis "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.objectify : objectify | jar | 6.0.3 |
redis.clients : jedis | jar | 3.0.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.0.3 |
com.google.truth : truth | jar | 0.44 |
org.mockito : mockito-core | jar | 2.8.47 |
org.slf4j : slf4j-jdk14 | jar | 1.7.25 |