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