| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииFlatBuffers Данные Data Formats Serialization |
| Группа | Группаcom.github.davidmoten |
| Идентификатор | Идентификаторflatbuffers-parent |
| Версия | Версия2.0.3.2 |
| Тип | Типpom |
| Описание |
Описаниеartifacts for use with flatbuffers including repackaged builds of google flatbuffers source code
|
| Имя Файла | Размер |
|---|---|
| flatbuffers-parent-2.0.3.2.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/flatbuffers-parent/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>flatbuffers-parent</artifactId>
<version>2.0.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/flatbuffers-parent/
implementation 'com.github.davidmoten:flatbuffers-parent:2.0.3.2'
// https://jarcasting.com/artifacts/com.github.davidmoten/flatbuffers-parent/
implementation ("com.github.davidmoten:flatbuffers-parent:2.0.3.2")
'com.github.davidmoten:flatbuffers-parent:pom:2.0.3.2'
<dependency org="com.github.davidmoten" name="flatbuffers-parent" rev="2.0.3.2">
<artifact name="flatbuffers-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='flatbuffers-parent', version='2.0.3.2')
)
libraryDependencies += "com.github.davidmoten" % "flatbuffers-parent" % "2.0.3.2"
[com.github.davidmoten/flatbuffers-parent "2.0.3.2"]