Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdio.gitee.quanwenz |
ArtifactId | ArtifactIdcommon-redis-tools |
Version | Version2.0.1-20211031-1 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.gitee.quanwenz/common-redis-tools/ -->
<dependency>
<groupId>io.gitee.quanwenz</groupId>
<artifactId>common-redis-tools</artifactId>
<version>2.0.1-20211031-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.quanwenz/common-redis-tools/
implementation 'io.gitee.quanwenz:common-redis-tools:2.0.1-20211031-1'
// https://jarcasting.com/artifacts/io.gitee.quanwenz/common-redis-tools/
implementation ("io.gitee.quanwenz:common-redis-tools:2.0.1-20211031-1")
'io.gitee.quanwenz:common-redis-tools:pom:2.0.1-20211031-1'
<dependency org="io.gitee.quanwenz" name="common-redis-tools" rev="2.0.1-20211031-1">
<artifact name="common-redis-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.gitee.quanwenz', module='common-redis-tools', version='2.0.1-20211031-1')
)
libraryDependencies += "io.gitee.quanwenz" % "common-redis-tools" % "2.0.1-20211031-1"
[io.gitee.quanwenz/common-redis-tools "2.0.1-20211031-1"]