<dependency> <groupId>cn.itlym</groupId> <artifactId>shoulder-cluster</artifactId> <version>0.5</version> </dependency>
implementation 'cn.itlym:shoulder-cluster:0.5'
implementation("cn.itlym:shoulder-cluster:0.5")
libraryDependencies += "cn.itlym" % "shoulder-cluster" % "0.5"
@Grapes( @Grab(group='cn.itlym', module='shoulder-cluster', version='0.5') )
<dependency org="cn.itlym" name="shoulder-cluster" rev="0.5" />
[cn.itlym/shoulder-cluster "0.5"]
'cn.itlym:shoulder-cluster:jar:0.5'
<parent> <groupId>cn.itlym</groupId> <artifactId>shoulder-parent</artifactId> <version>0.5</version> </parent>
compile
|-- cn.itlym:shoulder-core
|-- org.redisson:redisson:3.13.6
|-- org.springframework.data:spring-data-redis
|-- org.springframework.session:spring-session-data-redis