| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка FlatBuffers Данные Data Formats Serialization |
| Группа | Группаcom.sequsoft.maven.plugins |
| Идентификатор | Идентификаторflatbuffers-maven-plugin-parent |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеFlatbuffers maven plugin parent
A maven plugin that compiles code from flatbuffers schema files using the right executable for your
platform by downloading and compiling the flatbuffers codebase if necessary.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| flatbuffers-maven-plugin-parent-0.0.1.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sequsoft.maven.plugins/flatbuffers-maven-plugin-parent/ -->
<dependency>
<groupId>com.sequsoft.maven.plugins</groupId>
<artifactId>flatbuffers-maven-plugin-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sequsoft.maven.plugins/flatbuffers-maven-plugin-parent/
implementation 'com.sequsoft.maven.plugins:flatbuffers-maven-plugin-parent:0.0.1'
// https://jarcasting.com/artifacts/com.sequsoft.maven.plugins/flatbuffers-maven-plugin-parent/
implementation ("com.sequsoft.maven.plugins:flatbuffers-maven-plugin-parent:0.0.1")
'com.sequsoft.maven.plugins:flatbuffers-maven-plugin-parent:pom:0.0.1'
<dependency org="com.sequsoft.maven.plugins" name="flatbuffers-maven-plugin-parent" rev="0.0.1">
<artifact name="flatbuffers-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sequsoft.maven.plugins', module='flatbuffers-maven-plugin-parent', version='0.0.1')
)
libraryDependencies += "com.sequsoft.maven.plugins" % "flatbuffers-maven-plugin-parent" % "0.0.1"
[com.sequsoft.maven.plugins/flatbuffers-maven-plugin-parent "0.0.1"]