p

protobuf-kotlin

Kotlin core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.
文件下载
文件名 操作
protobuf-kotlin-4.27.0-RC2.jar 下载
protobuf-kotlin-4.27.0-RC2.pom 下载
protobuf-kotlin-4.27.0-RC2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.protobuf</groupId>
  <artifactId>protobuf-kotlin</artifactId>
  <version>4.27.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'com.google.protobuf:protobuf-kotlin:4.27.0-RC2'
Gradle Kotlin
implementation("com.google.protobuf:protobuf-kotlin:4.27.0-RC2")
Scala SBT
libraryDependencies += "com.google.protobuf" % "protobuf-kotlin" % "4.27.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.protobuf', module='protobuf-kotlin', version='4.27.0-RC2')
)
Apache Ivy
<dependency org="com.google.protobuf" name="protobuf-kotlin" rev="4.27.0-RC2" />
Leiningen
[com.google.protobuf/protobuf-kotlin "4.27.0-RC2"]
Apache Buildr
'com.google.protobuf:protobuf-kotlin:jar:4.27.0-RC2'