| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииProtobuf Данные Data Structures |
| Группа | Группаcom.google.protobuf |
| Идентификатор | Идентификаторprotobuf-parent |
| Последняя версия | Последняя версия4.0.0-rc-2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеProtocol Buffers [Parent]
Protocol Buffers are a way of encoding structured data in an efficient yet
extensible format.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| protobuf-parent-4.0.0-rc-2.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.protobuf/protobuf-parent/ -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
<version>4.0.0-rc-2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.protobuf/protobuf-parent/
implementation 'com.google.protobuf:protobuf-parent:4.0.0-rc-2'
// https://jarcasting.com/artifacts/com.google.protobuf/protobuf-parent/
implementation ("com.google.protobuf:protobuf-parent:4.0.0-rc-2")
'com.google.protobuf:protobuf-parent:pom:4.0.0-rc-2'
<dependency org="com.google.protobuf" name="protobuf-parent" rev="4.0.0-rc-2">
<artifact name="protobuf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.protobuf', module='protobuf-parent', version='4.0.0-rc-2')
)
libraryDependencies += "com.google.protobuf" % "protobuf-parent" % "4.0.0-rc-2"
[com.google.protobuf/protobuf-parent "4.0.0-rc-2"]