License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdio.github.spring-tools |
ArtifactId | ArtifactIdredis-tools |
Version | Version1.1.0 |
Type | Typepom |
Description |
DescriptionRedis Tools
基于 Spring-data-redis 的 Redis 工具组件
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
redis-tools-1.1.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.spring-tools/redis-tools/ -->
<dependency>
<groupId>io.github.spring-tools</groupId>
<artifactId>redis-tools</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.spring-tools/redis-tools/
implementation 'io.github.spring-tools:redis-tools:1.1.0'
// https://jarcasting.com/artifacts/io.github.spring-tools/redis-tools/
implementation ("io.github.spring-tools:redis-tools:1.1.0")
'io.github.spring-tools:redis-tools:pom:1.1.0'
<dependency org="io.github.spring-tools" name="redis-tools" rev="1.1.0">
<artifact name="redis-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.spring-tools', module='redis-tools', version='1.1.0')
)
libraryDependencies += "io.github.spring-tools" % "redis-tools" % "1.1.0"
[io.github.spring-tools/redis-tools "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.10 |
org.springframework : spring-context | jar | |
org.slf4j : slf4j-api Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.springframework.boot : spring-boot-starter-test | jar | |
org.springframework.boot : spring-boot-starter-data-redis | jar |