Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.ddth |
ArtifactId | ArtifactIdddth-cache-adapter-redis |
Version | Version0.6.4 |
Type | Typepom |
Filename | Size |
---|---|
ddth-cache-adapter-redis-0.6.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-cache-adapter-redis/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-cache-adapter-redis</artifactId>
<version>0.6.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-cache-adapter-redis/
implementation 'com.github.ddth:ddth-cache-adapter-redis:0.6.4'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-cache-adapter-redis/
implementation ("com.github.ddth:ddth-cache-adapter-redis:0.6.4")
'com.github.ddth:ddth-cache-adapter-redis:pom:0.6.4'
<dependency org="com.github.ddth" name="ddth-cache-adapter-redis" rev="0.6.4">
<artifact name="ddth-cache-adapter-redis" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-cache-adapter-redis', version='0.6.4')
)
libraryDependencies += "com.github.ddth" % "ddth-cache-adapter-redis" % "0.6.4"
[com.github.ddth/ddth-cache-adapter-redis "0.6.4"]