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