File | Operation |
---|---|
redisson-spring-data-3.27.1.pom | download |
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-data</artifactId>
<version>3.27.1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.redisson', module='redisson-spring-data', version='3.27.1')
)
<parent> <groupId>org.redisson</groupId> <artifactId>redisson-parent</artifactId> <version>3.27.1</version> </parent>
compile
test
|-- org.assertj:assertj-core:3.10.0
|-- org.awaitility:awaitility:3.1.0
|-- org.testcontainers:junit-jupiter
|-- ch.qos.logback:logback-classic:1.3.12
|-- org.springframework:spring-test
|-- org.mockito:mockito-core:2.23.4
|-- org.projectlombok:lombok:1.18.4