License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcool.mtc |
ArtifactId | ArtifactIdmtc-starter-redis |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description基于Spring Boot的二次封装,封装了一些通用的功能、工具
|
Filename | Size |
---|---|
mtc-starter-redis-1.0.0.pom | |
mtc-starter-redis-1.0.0.jar | 4 KB |
mtc-starter-redis-1.0.0-sources.jar | 3 KB |
mtc-starter-redis-1.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cool.mtc/mtc-starter-redis/ -->
<dependency>
<groupId>cool.mtc</groupId>
<artifactId>mtc-starter-redis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cool.mtc/mtc-starter-redis/
implementation 'cool.mtc:mtc-starter-redis:1.0.0'
// https://jarcasting.com/artifacts/cool.mtc/mtc-starter-redis/
implementation ("cool.mtc:mtc-starter-redis:1.0.0")
'cool.mtc:mtc-starter-redis:jar:1.0.0'
<dependency org="cool.mtc" name="mtc-starter-redis" rev="1.0.0">
<artifact name="mtc-starter-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.mtc', module='mtc-starter-redis', version='1.0.0')
)
libraryDependencies += "cool.mtc" % "mtc-starter-redis" % "1.0.0"
[cool.mtc/mtc-starter-redis "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-redis | jar | |
org.springframework.boot : spring-boot-starter-json | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |