License |
License |
---|---|
Categories |
CategoriesTabula Data PDF |
GroupId | GroupIdio.github.voytech |
ArtifactId | ArtifactIdtabulate-bom |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiontabulate-bom
Kotlin/JVM library to simplify exporting collections of objects into tabular file formats
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tabulate-bom-0.1.1.pom | |
Browse |
<!-- 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"]