Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdxyz.migoo.springboot |
ArtifactId | ArtifactIdmigoo-spring-boot-starter-redis |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/xyz.migoo.springboot/migoo-spring-boot-starter-redis/ -->
<dependency>
<groupId>xyz.migoo.springboot</groupId>
<artifactId>migoo-spring-boot-starter-redis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.migoo.springboot/migoo-spring-boot-starter-redis/
implementation 'xyz.migoo.springboot:migoo-spring-boot-starter-redis:1.0.0'
// https://jarcasting.com/artifacts/xyz.migoo.springboot/migoo-spring-boot-starter-redis/
implementation ("xyz.migoo.springboot:migoo-spring-boot-starter-redis:1.0.0")
'xyz.migoo.springboot:migoo-spring-boot-starter-redis:jar:1.0.0'
<dependency org="xyz.migoo.springboot" name="migoo-spring-boot-starter-redis" rev="1.0.0">
<artifact name="migoo-spring-boot-starter-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.migoo.springboot', module='migoo-spring-boot-starter-redis', version='1.0.0')
)
libraryDependencies += "xyz.migoo.springboot" % "migoo-spring-boot-starter-redis" % "1.0.0"
[xyz.migoo.springboot/migoo-spring-boot-starter-redis "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
xyz.migoo.springboot : migoo-spring-boot-starter-common | jar | |
org.redisson : redisson-spring-boot-starter | jar |