Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.yaoguoh |
ArtifactId | ArtifactIdcommon-redis |
Version | Version2.1.8.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yaoguoh/common-redis/ -->
<dependency>
<groupId>com.github.yaoguoh</groupId>
<artifactId>common-redis</artifactId>
<version>2.1.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-redis/
implementation 'com.github.yaoguoh:common-redis:2.1.8.RELEASE'
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-redis/
implementation ("com.github.yaoguoh:common-redis:2.1.8.RELEASE")
'com.github.yaoguoh:common-redis:jar:2.1.8.RELEASE'
<dependency org="com.github.yaoguoh" name="common-redis" rev="2.1.8.RELEASE">
<artifact name="common-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yaoguoh', module='common-redis', version='2.1.8.RELEASE')
)
libraryDependencies += "com.github.yaoguoh" % "common-redis" % "2.1.8.RELEASE"
[com.github.yaoguoh/common-redis "2.1.8.RELEASE"]