Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdcom.github.huifer |
ArtifactId | ArtifactIdview-redis-spring-boot-starter |
Version | Version1.1-Releases-hotfix |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.huifer/view-redis-spring-boot-starter/ -->
<dependency>
<groupId>com.github.huifer</groupId>
<artifactId>view-redis-spring-boot-starter</artifactId>
<version>1.1-Releases-hotfix</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.huifer/view-redis-spring-boot-starter/
implementation 'com.github.huifer:view-redis-spring-boot-starter:1.1-Releases-hotfix'
// https://jarcasting.com/artifacts/com.github.huifer/view-redis-spring-boot-starter/
implementation ("com.github.huifer:view-redis-spring-boot-starter:1.1-Releases-hotfix")
'com.github.huifer:view-redis-spring-boot-starter:jar:1.1-Releases-hotfix'
<dependency org="com.github.huifer" name="view-redis-spring-boot-starter" rev="1.1-Releases-hotfix">
<artifact name="view-redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.huifer', module='view-redis-spring-boot-starter', version='1.1-Releases-hotfix')
)
libraryDependencies += "com.github.huifer" % "view-redis-spring-boot-starter" % "1.1-Releases-hotfix"
[com.github.huifer/view-redis-spring-boot-starter "1.1-Releases-hotfix"]