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