<dependency> <groupId>com.tencent.tars</groupId> <artifactId>tars-parent</artifactId> <version>1.0.3</version> <type>pom</type> </dependency>
implementation 'com.tencent.tars:tars-parent:1.0.3'
implementation("com.tencent.tars:tars-parent:1.0.3")
libraryDependencies += "com.tencent.tars" % "tars-parent" % "1.0.3"
@Grapes( @Grab(group='com.tencent.tars', module='tars-parent', version='1.0.3') )
<dependency org="com.tencent.tars" name="tars-parent" rev="1.0.3" />
[com.tencent.tars/tars-parent "1.0.3"]
'com.tencent.tars:tars-parent:jar:1.0.3'