Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdcom.github.hengboy |
ArtifactId | ArtifactIdspring-boot-starter-registry-redis |
Version | Version0.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-starter-registry-redis/ -->
<dependency>
<groupId>com.github.hengboy</groupId>
<artifactId>spring-boot-starter-registry-redis</artifactId>
<version>0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-starter-registry-redis/
implementation 'com.github.hengboy:spring-boot-starter-registry-redis:0.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-starter-registry-redis/
implementation ("com.github.hengboy:spring-boot-starter-registry-redis:0.0.1.RELEASE")
'com.github.hengboy:spring-boot-starter-registry-redis:jar:0.0.1.RELEASE'
<dependency org="com.github.hengboy" name="spring-boot-starter-registry-redis" rev="0.0.1.RELEASE">
<artifact name="spring-boot-starter-registry-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hengboy', module='spring-boot-starter-registry-redis', version='0.0.1.RELEASE')
)
libraryDependencies += "com.github.hengboy" % "spring-boot-starter-registry-redis" % "0.0.1.RELEASE"
[com.github.hengboy/spring-boot-starter-registry-redis "0.0.1.RELEASE"]