Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcn.tenfell |
ArtifactId | ArtifactIdcloud-common-redis |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
cloud-common-redis-1.0.1.pom | |
cloud-common-redis-1.0.1.jar | 14 KB |
cloud-common-redis-1.0.1-sources.jar | 6 KB |
cloud-common-redis-1.0.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.tenfell/cloud-common-redis/ -->
<dependency>
<groupId>cn.tenfell</groupId>
<artifactId>cloud-common-redis</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.tenfell/cloud-common-redis/
implementation 'cn.tenfell:cloud-common-redis:1.0.1'
// https://jarcasting.com/artifacts/cn.tenfell/cloud-common-redis/
implementation ("cn.tenfell:cloud-common-redis:1.0.1")
'cn.tenfell:cloud-common-redis:jar:1.0.1'
<dependency org="cn.tenfell" name="cloud-common-redis" rev="1.0.1">
<artifact name="cloud-common-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.tenfell', module='cloud-common-redis', version='1.0.1')
)
libraryDependencies += "cn.tenfell" % "cloud-common-redis" % "1.0.1"
[cn.tenfell/cloud-common-redis "1.0.1"]