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