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