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