License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.yaoguoh |
ArtifactId | ArtifactIdcommon-redis |
Version | Version2.5.0 |
Type | Typejar |
Description |
DescriptionCommon Dependencies
|
Filename | Size |
---|---|
common-redis-2.5.0.pom | |
common-redis-2.5.0.jar | 7 KB |
common-redis-2.5.0-sources.jar | 6 KB |
common-redis-2.5.0-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yaoguoh/common-redis/ -->
<dependency>
<groupId>com.github.yaoguoh</groupId>
<artifactId>common-redis</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-redis/
implementation 'com.github.yaoguoh:common-redis:2.5.0'
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-redis/
implementation ("com.github.yaoguoh:common-redis:2.5.0")
'com.github.yaoguoh:common-redis:jar:2.5.0'
<dependency org="com.github.yaoguoh" name="common-redis" rev="2.5.0">
<artifact name="common-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yaoguoh', module='common-redis', version='2.5.0')
)
libraryDependencies += "com.github.yaoguoh" % "common-redis" % "2.5.0"
[com.github.yaoguoh/common-redis "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.yaoguoh : common-util | jar | 2.5.0 |
org.springframework.boot : spring-boot-starter-data-redis | jar | |
org.springframework.boot : spring-boot-starter-validation | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |