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