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.28.1.pom download
Apache Maven
<dependency>
  <groupId>com.google.protobuf</groupId>
  <artifactId>protobuf-bom</artifactId>
  <version>4.28.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.protobuf:protobuf-bom:4.28.1'
Gradle Kotlin
implementation("com.google.protobuf:protobuf-bom:4.28.1")
Scala SBT
libraryDependencies += "com.google.protobuf" % "protobuf-bom" % "4.28.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.protobuf', module='protobuf-bom', version='4.28.1')
)
Apache Ivy
<dependency org="com.google.protobuf" name="protobuf-bom" rev="4.28.1" />
Leiningen
[com.google.protobuf/protobuf-bom "4.28.1"]
Apache Buildr
'com.google.protobuf:protobuf-bom:jar:4.28.1'
Dependencies
The project has no third-party dependencies