Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.google.cloud.broker |
ArtifactId | ArtifactIdcache-backend-redis |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.cloud.broker/cache-backend-redis/ -->
<dependency>
<groupId>com.google.cloud.broker</groupId>
<artifactId>cache-backend-redis</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.broker/cache-backend-redis/
implementation 'com.google.cloud.broker:cache-backend-redis:0.9.0'
// https://jarcasting.com/artifacts/com.google.cloud.broker/cache-backend-redis/
implementation ("com.google.cloud.broker:cache-backend-redis:0.9.0")
'com.google.cloud.broker:cache-backend-redis:jar:0.9.0'
<dependency org="com.google.cloud.broker" name="cache-backend-redis" rev="0.9.0">
<artifact name="cache-backend-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.broker', module='cache-backend-redis', version='0.9.0')
)
libraryDependencies += "com.google.cloud.broker" % "cache-backend-redis" % "0.9.0"
[com.google.cloud.broker/cache-backend-redis "0.9.0"]