<dependency>
<groupId>cn.detachment</groupId>
<artifactId>detachment-redis</artifactId>
<version>1.0.6-RELEASE</version>
</dependency>
@Grapes(
@Grab(group='cn.detachment', module='detachment-redis', version='1.0.6-RELEASE')
)
<parent> <groupId>cn.detachment</groupId> <artifactId>detachment-frame</artifactId> <version>1.0.6-RELEASE</version> </parent>
compile
|-- cn.detachment:detachment-core:1.0.6-RELEASE
|-- org.springframework.boot:spring-boot-starter-data-redis
|-- org.apache.commons:commons-pool2