<dependency> <groupId>cn.itlym</groupId> <artifactId>shoulder-starter</artifactId> <version>0.7</version> </dependency>
implementation 'cn.itlym:shoulder-starter:0.7'
implementation("cn.itlym:shoulder-starter:0.7")
libraryDependencies += "cn.itlym" % "shoulder-starter" % "0.7"
@Grapes( @Grab(group='cn.itlym', module='shoulder-starter', version='0.7') )
<dependency org="cn.itlym" name="shoulder-starter" rev="0.7" />
[cn.itlym/shoulder-starter "0.7"]
'cn.itlym:shoulder-starter:jar:0.7'
<parent> <groupId>cn.itlym</groupId> <artifactId>shoulder-parent</artifactId> <version>0.7</version> </parent>
compile
|-- cn.itlym:shoulder-core
|-- cn.itlym:shoulder-autoconfiguration