Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases Redisson |
---|---|
GroupId | GroupIdcom.github.drtrang |
ArtifactId | ArtifactIdredisson-spring-boot |
Version | Version1.2.1 |
Type | Typepom |
Filename | Size |
---|---|
redisson-spring-boot-1.2.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.drtrang/redisson-spring-boot/ -->
<dependency>
<groupId>com.github.drtrang</groupId>
<artifactId>redisson-spring-boot</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.drtrang/redisson-spring-boot/
implementation 'com.github.drtrang:redisson-spring-boot:1.2.1'
// https://jarcasting.com/artifacts/com.github.drtrang/redisson-spring-boot/
implementation ("com.github.drtrang:redisson-spring-boot:1.2.1")
'com.github.drtrang:redisson-spring-boot:pom:1.2.1'
<dependency org="com.github.drtrang" name="redisson-spring-boot" rev="1.2.1">
<artifact name="redisson-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.drtrang', module='redisson-spring-boot', version='1.2.1')
)
libraryDependencies += "com.github.drtrang" % "redisson-spring-boot" % "1.2.1"
[com.github.drtrang/redisson-spring-boot "1.2.1"]