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