p

protobuf-bom

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