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

com.google.protobuf:protobuf-bom 3.16.1

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

Категории

Категории

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

Группа

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

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

protobuf-bom
Версия

Версия

3.16.1
Тип

Тип

pom

Скачать protobuf-bom 3.16.1

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

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