is not current version
Last Version 0.6

com.github.ykiselev:column-table 0.2

A simple column-oriented table library

GroupId

GroupId

com.github.ykiselev
ArtifactId

ArtifactId

column-table
Version

Version

0.2
Type

Type

jar

Download column-table 0.2


<!-- https://jarcasting.com/artifacts/com.github.ykiselev/column-table/ -->
<dependency>
    <groupId>com.github.ykiselev</groupId>
    <artifactId>column-table</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ykiselev/column-table/
implementation 'com.github.ykiselev:column-table:0.2'
// https://jarcasting.com/artifacts/com.github.ykiselev/column-table/
implementation ("com.github.ykiselev:column-table:0.2")
'com.github.ykiselev:column-table:jar:0.2'
<dependency org="com.github.ykiselev" name="column-table" rev="0.2">
  <artifact name="column-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ykiselev', module='column-table', version='0.2')
)
libraryDependencies += "com.github.ykiselev" % "column-table" % "0.2"
[com.github.ykiselev/column-table "0.2"]