License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.ddphin |
ArtifactId | ArtifactIdddphin-redis |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionddphin-redis
ddphin-redis
|
Project URL |
Project URL |
Filename | Size |
---|---|
ddphin-redis-1.0.0.pom | |
ddphin-redis-1.0.0.jar | 5 KB |
ddphin-redis-1.0.0-sources.jar | 4 KB |
ddphin-redis-1.0.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddphin/ddphin-redis/ -->
<dependency>
<groupId>com.github.ddphin</groupId>
<artifactId>ddphin-redis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-redis/
implementation 'com.github.ddphin:ddphin-redis:1.0.0'
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-redis/
implementation ("com.github.ddphin:ddphin-redis:1.0.0")
'com.github.ddphin:ddphin-redis:jar:1.0.0'
<dependency org="com.github.ddphin" name="ddphin-redis" rev="1.0.0">
<artifact name="ddphin-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddphin', module='ddphin-redis', version='1.0.0')
)
libraryDependencies += "com.github.ddphin" % "ddphin-redis" % "1.0.0"
[com.github.ddphin/ddphin-redis "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.1.5.RELEASE |
com.alibaba : fastjson | jar | 1.2.47 |