License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdio.github.pleuvoir |
ArtifactId | ArtifactIdspring-redis-bom |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Description对常用组件 pom 进行分类,方便引用。
|
Filename | Size |
---|---|
spring-redis-bom-1.1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pleuvoir/spring-redis-bom/ -->
<dependency>
<groupId>io.github.pleuvoir</groupId>
<artifactId>spring-redis-bom</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pleuvoir/spring-redis-bom/
implementation 'io.github.pleuvoir:spring-redis-bom:1.1.0'
// https://jarcasting.com/artifacts/io.github.pleuvoir/spring-redis-bom/
implementation ("io.github.pleuvoir:spring-redis-bom:1.1.0")
'io.github.pleuvoir:spring-redis-bom:pom:1.1.0'
<dependency org="io.github.pleuvoir" name="spring-redis-bom" rev="1.1.0">
<artifact name="spring-redis-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pleuvoir', module='spring-redis-bom', version='1.1.0')
)
libraryDependencies += "io.github.pleuvoir" % "spring-redis-bom" % "1.1.0"
[io.github.pleuvoir/spring-redis-bom "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.7 |
org.springframework.data : spring-data-redis | jar | 2.0.2.RELEASE |
redis.clients : jedis | jar | 2.9.0 |
io.lettuce : lettuce-core | jar | 5.0.4.RELEASE |
org.redisson : redisson | jar | 3.9.0 |
com.alibaba : fastjson | jar | 1.2.49 |