| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииTabula Данные PDF |
| Группа | Группаio.github.voytech |
| Идентификатор | Идентификаторtabulate-bom |
| Последняя версия | Последняя версия0.1.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеtabulate-bom
Kotlin/JVM library to simplify exporting collections of objects into tabular file formats
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| tabulate-bom-0.1.1.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.voytech/tabulate-bom/ -->
<dependency>
<groupId>io.github.voytech</groupId>
<artifactId>tabulate-bom</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.voytech/tabulate-bom/
implementation 'io.github.voytech:tabulate-bom:0.1.1'
// https://jarcasting.com/artifacts/io.github.voytech/tabulate-bom/
implementation ("io.github.voytech:tabulate-bom:0.1.1")
'io.github.voytech:tabulate-bom:pom:0.1.1'
<dependency org="io.github.voytech" name="tabulate-bom" rev="0.1.1">
<artifact name="tabulate-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.voytech', module='tabulate-bom', version='0.1.1')
)
libraryDependencies += "io.github.voytech" % "tabulate-bom" % "0.1.1"
[io.github.voytech/tabulate-bom "0.1.1"]