License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.weijj0528 |
ArtifactId | ArtifactIdwei-starter-redis |
Last Version | Last Version3.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwei-starter-redis
SpringBoot component practice starter
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.weijj0528/wei-starter-redis/ -->
<dependency>
<groupId>com.github.weijj0528</groupId>
<artifactId>wei-starter-redis</artifactId>
<version>3.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weijj0528/wei-starter-redis/
implementation 'com.github.weijj0528:wei-starter-redis:3.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.weijj0528/wei-starter-redis/
implementation ("com.github.weijj0528:wei-starter-redis:3.0-RELEASE")
'com.github.weijj0528:wei-starter-redis:jar:3.0-RELEASE'
<dependency org="com.github.weijj0528" name="wei-starter-redis" rev="3.0-RELEASE">
<artifact name="wei-starter-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weijj0528', module='wei-starter-redis', version='3.0-RELEASE')
)
libraryDependencies += "com.github.weijj0528" % "wei-starter-redis" % "3.0-RELEASE"
[com.github.weijj0528/wei-starter-redis "3.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.github.weijj0528 : wei-starter-base | jar | 3.0-RELEASE |
org.redisson : redisson-spring-boot-starter | jar | 3.11.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.7.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.7.RELEASE |
junit : junit | jar | 4.13.1 |