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