p

protobuf-bom

A compatible set of open source libraries for working with protocol buffers.
https://developers.google.com/protocol-buffers/
BSD-3-Clause
Google LLC
Protocol Buffers
Files download
File Operation
protobuf-bom-4.29.0-RC3.pom download
Apache Maven
<dependency>
  <groupId>com.google.protobuf</groupId>
  <artifactId>protobuf-bom</artifactId>
  <version>4.29.0-RC3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.protobuf:protobuf-bom:4.29.0-RC3'
Gradle Kotlin
implementation("com.google.protobuf:protobuf-bom:4.29.0-RC3")
Scala SBT
libraryDependencies += "com.google.protobuf" % "protobuf-bom" % "4.29.0-RC3"
Groovy Grape
@Grapes(
  @Grab(group='com.google.protobuf', module='protobuf-bom', version='4.29.0-RC3')
)
Apache Ivy
<dependency org="com.google.protobuf" name="protobuf-bom" rev="4.29.0-RC3" />
Leiningen
[com.google.protobuf/protobuf-bom "4.29.0-RC3"]
Apache Buildr
'com.google.protobuf:protobuf-bom:jar:4.29.0-RC3'
Dependencies
The project has no third-party dependencies