p

polaris-protobuf

Polaris Common Protobuf JAR
BSD 3-Clause License
文件下载
文件名 操作
polaris-protobuf-1.9.7.jar 下载
polaris-protobuf-1.9.7.pom 下载
polaris-protobuf-1.9.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.tencent.polaris</groupId>
  <artifactId>polaris-protobuf</artifactId>
  <version>1.9.7</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.polaris:polaris-protobuf:1.9.7'
Gradle Kotlin
implementation("com.tencent.polaris:polaris-protobuf:1.9.7")
Scala SBT
libraryDependencies += "com.tencent.polaris" % "polaris-protobuf" % "1.9.7"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.polaris', module='polaris-protobuf', version='1.9.7')
)
Apache Ivy
<dependency org="com.tencent.polaris" name="polaris-protobuf" rev="1.9.7" />
Leiningen
[com.tencent.polaris/polaris-protobuf "1.9.7"]
Apache Buildr
'com.tencent.polaris:polaris-protobuf:jar:1.9.7'