t

tars-server

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