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