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