<dependency> <groupId>cn.itlym</groupId> <artifactId>shoulder-framework</artifactId> <version>0.7.1</version> <type>pom</type> </dependency>
implementation 'cn.itlym:shoulder-framework:0.7.1'
implementation("cn.itlym:shoulder-framework:0.7.1")
libraryDependencies += "cn.itlym" % "shoulder-framework" % "0.7.1"
@Grapes( @Grab(group='cn.itlym', module='shoulder-framework', version='0.7.1') )
<dependency org="cn.itlym" name="shoulder-framework" rev="0.7.1" />
[cn.itlym/shoulder-framework "0.7.1"]
'cn.itlym:shoulder-framework:jar:0.7.1'