| Категории |
КатегорииProtobuf Данные Data Structures |
|---|---|
| Группа | Группаcom.google.protobuf |
| Идентификатор | Идентификаторprotobuf-parent |
| Версия | Версия3.21.0-rc-1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| protobuf-parent-3.21.0-rc-1.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.protobuf/protobuf-parent/ -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
<version>3.21.0-rc-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.protobuf/protobuf-parent/
implementation 'com.google.protobuf:protobuf-parent:3.21.0-rc-1'
// https://jarcasting.com/artifacts/com.google.protobuf/protobuf-parent/
implementation ("com.google.protobuf:protobuf-parent:3.21.0-rc-1")
'com.google.protobuf:protobuf-parent:pom:3.21.0-rc-1'
<dependency org="com.google.protobuf" name="protobuf-parent" rev="3.21.0-rc-1">
<artifact name="protobuf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.protobuf', module='protobuf-parent', version='3.21.0-rc-1')
)
libraryDependencies += "com.google.protobuf" % "protobuf-parent" % "3.21.0-rc-1"
[com.google.protobuf/protobuf-parent "3.21.0-rc-1"]