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

com.google.protobuf:protobuf-parent 3.13.0

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.

Категории

Категории

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

Группа

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

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

protobuf-parent
Версия

Версия

3.13.0
Тип

Тип

pom

Скачать protobuf-parent 3.13.0

Имя Файла Размер
protobuf-parent-3.13.0.pom 7 KB
Обзор

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