| Categories |
CategoriesRedis Data Databases |
|---|---|
| GroupId | GroupIdcom.github.duanxinyuan |
| ArtifactId | ArtifactIdlibrary-cache-redis |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| library-cache-redis-1.0.0.pom | |
| library-cache-redis-1.0.0-sources.jar | 26 KB |
| library-cache-redis-1.0.0-javadoc.jar | 198 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.duanxinyuan/library-cache-redis/ -->
<dependency>
<groupId>com.github.duanxinyuan</groupId>
<artifactId>library-cache-redis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.duanxinyuan/library-cache-redis/
implementation 'com.github.duanxinyuan:library-cache-redis:1.0.0'
// https://jarcasting.com/artifacts/com.github.duanxinyuan/library-cache-redis/
implementation ("com.github.duanxinyuan:library-cache-redis:1.0.0")
'com.github.duanxinyuan:library-cache-redis:jar:1.0.0'
<dependency org="com.github.duanxinyuan" name="library-cache-redis" rev="1.0.0">
<artifact name="library-cache-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.duanxinyuan', module='library-cache-redis', version='1.0.0')
)
libraryDependencies += "com.github.duanxinyuan" % "library-cache-redis" % "1.0.0"
[com.github.duanxinyuan/library-cache-redis "1.0.0"]