Files download
File Operation
tars-tools-1.7.3.pom download
Apache Maven
<dependency>
  <groupId>com.tencent.tars</groupId>
  <artifactId>tars-tools</artifactId>
  <version>1.7.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.tencent.tars:tars-tools:1.7.3'
Gradle Kotlin
implementation("com.tencent.tars:tars-tools:1.7.3")
Scala SBT
libraryDependencies += "com.tencent.tars" % "tars-tools" % "1.7.3"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.tars', module='tars-tools', version='1.7.3')
)
Apache Ivy
<dependency org="com.tencent.tars" name="tars-tools" rev="1.7.3" />
Leiningen
[com.tencent.tars/tars-tools "1.7.3"]
Apache Buildr
'com.tencent.tars:tars-tools:jar:1.7.3'