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