License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases ORM |
GroupId | GroupIdcom.wudgaby.platform |
ArtifactId | ArtifactIdredis-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionredis starter
|
Filename | Size |
---|---|
redis-spring-boot-starter-1.0.0.pom | |
redis-spring-boot-starter-1.0.0.jar | 456 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.wudgaby.platform/redis-spring-boot-starter/ -->
<dependency>
<groupId>com.wudgaby.platform</groupId>
<artifactId>redis-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wudgaby.platform/redis-spring-boot-starter/
implementation 'com.wudgaby.platform:redis-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.wudgaby.platform/redis-spring-boot-starter/
implementation ("com.wudgaby.platform:redis-spring-boot-starter:1.0.0")
'com.wudgaby.platform:redis-spring-boot-starter:jar:1.0.0'
<dependency org="com.wudgaby.platform" name="redis-spring-boot-starter" rev="1.0.0">
<artifact name="redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wudgaby.platform', module='redis-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.wudgaby.platform" % "redis-spring-boot-starter" % "1.0.0"
[com.wudgaby.platform/redis-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.wudgaby.platform : redis-spring-boot-autoconfigure | jar | 1.0.0 |