не последняя версия
Последняя версия 4.0.0-rc-2

com.google.protobuf:protobuf-bom 3.21.0

A compatible set of open source libraries for working with protocol buffers.

Категории

Категории

Protobuf Данные Data Structures
Группа

Группа

com.google.protobuf
Идентификатор

Идентификатор

protobuf-bom
Версия

Версия

3.21.0
Тип

Тип

pom

Скачать protobuf-bom 3.21.0

Имя Файла Размер
protobuf-bom-3.21.0.pom 3 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.google.protobuf/protobuf-bom/ -->
<dependency>
    <groupId>com.google.protobuf</groupId>
    <artifactId>protobuf-bom</artifactId>
    <version>3.21.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.protobuf/protobuf-bom/
implementation 'com.google.protobuf:protobuf-bom:3.21.0'
// https://jarcasting.com/artifacts/com.google.protobuf/protobuf-bom/
implementation ("com.google.protobuf:protobuf-bom:3.21.0")
'com.google.protobuf:protobuf-bom:pom:3.21.0'
<dependency org="com.google.protobuf" name="protobuf-bom" rev="3.21.0">
  <artifact name="protobuf-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.protobuf', module='protobuf-bom', version='3.21.0')
)
libraryDependencies += "com.google.protobuf" % "protobuf-bom" % "3.21.0"
[com.google.protobuf/protobuf-bom "3.21.0"]