Flip Tables

Because pretty-printing text tables in Java should be easy.

License

License

GroupId

GroupId

com.github.bingoohuang
ArtifactId

ArtifactId

fliptables
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Flip Tables
Because pretty-printing text tables in Java should be easy.

Download fliptables

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
joda-time : joda-time jar 2.10
com.google.truth : truth jar 0.42

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1