Categories |
CategoriesSpring Boot Container Microservices Redis Data Databases Redisson |
---|---|
GroupId | GroupIdtop.infra |
ArtifactId | ArtifactIdspring-boot-starter-redisson |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.infra/spring-boot-starter-redisson/ -->
<dependency>
<groupId>top.infra</groupId>
<artifactId>spring-boot-starter-redisson</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.infra/spring-boot-starter-redisson/
implementation 'top.infra:spring-boot-starter-redisson:1.0.1'
// https://jarcasting.com/artifacts/top.infra/spring-boot-starter-redisson/
implementation ("top.infra:spring-boot-starter-redisson:1.0.1")
'top.infra:spring-boot-starter-redisson:jar:1.0.1'
<dependency org="top.infra" name="spring-boot-starter-redisson" rev="1.0.1">
<artifact name="spring-boot-starter-redisson" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.infra', module='spring-boot-starter-redisson', version='1.0.1')
)
libraryDependencies += "top.infra" % "spring-boot-starter-redisson" % "1.0.1"
[top.infra/spring-boot-starter-redisson "1.0.1"]