License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.yfhe2 |
ArtifactId | ArtifactIdboot-support-db-redis |
Last Version | Last Version1.1.0-RELEASES |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpringBoot类型项目依赖管理
|
<!-- https://jarcasting.com/artifacts/com.github.yfhe2/boot-support-db-redis/ -->
<dependency>
<groupId>com.github.yfhe2</groupId>
<artifactId>boot-support-db-redis</artifactId>
<version>1.1.0-RELEASES</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yfhe2/boot-support-db-redis/
implementation 'com.github.yfhe2:boot-support-db-redis:1.1.0-RELEASES'
// https://jarcasting.com/artifacts/com.github.yfhe2/boot-support-db-redis/
implementation ("com.github.yfhe2:boot-support-db-redis:1.1.0-RELEASES")
'com.github.yfhe2:boot-support-db-redis:jar:1.1.0-RELEASES'
<dependency org="com.github.yfhe2" name="boot-support-db-redis" rev="1.1.0-RELEASES">
<artifact name="boot-support-db-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yfhe2', module='boot-support-db-redis', version='1.1.0-RELEASES')
)
libraryDependencies += "com.github.yfhe2" % "boot-support-db-redis" % "1.1.0-RELEASES"
[com.github.yfhe2/boot-support-db-redis "1.1.0-RELEASES"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.3.8.RELEASE |
org.apache.commons : commons-pool2 | jar | 2.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.16 |