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