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