t

tars-tools

文件下载
文件名 操作
tars-tools-1.7.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.tencent.tars</groupId>
  <artifactId>tars-tools</artifactId>
  <version>1.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.tencent.tars:tars-tools:1.7.0'
Gradle Kotlin
implementation("com.tencent.tars:tars-tools:1.7.0")
Scala SBT
libraryDependencies += "com.tencent.tars" % "tars-tools" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.tars', module='tars-tools', version='1.7.0')
)
Apache Ivy
<dependency org="com.tencent.tars" name="tars-tools" rev="1.7.0" />
Leiningen
[com.tencent.tars/tars-tools "1.7.0"]
Apache Buildr
'com.tencent.tars:tars-tools:jar:1.7.0'