p

polaris-protobuf

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