is not current version
Last Version 1.1.0

com.jakewharton.fliptables:fliptables 1.0.2

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

GroupId

GroupId

com.jakewharton.fliptables
ArtifactId

ArtifactId

fliptables
Version

Version

1.0.2
Type

Type

jar

Download fliptables 1.0.2


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