f

fliptables

Because pretty-printing text tables in Java should be easy.
http://github.com/JakeWharton/flip-tables/
Apache 2.0
Square, Inc.
Files download
File Operation
fliptables-1.1.0.jar download
fliptables-1.1.0.pom download
fliptables-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jakewharton.fliptables</groupId>
  <artifactId>fliptables</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.jakewharton.fliptables:fliptables:1.1.0'
Gradle Kotlin
implementation("com.jakewharton.fliptables:fliptables:1.1.0")
Scala SBT
libraryDependencies += "com.jakewharton.fliptables" % "fliptables" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.jakewharton.fliptables', module='fliptables', version='1.1.0')
)
Apache Ivy
<dependency org="com.jakewharton.fliptables" name="fliptables" rev="1.1.0" />
Leiningen
[com.jakewharton.fliptables/fliptables "1.1.0"]
Apache Buildr
'com.jakewharton.fliptables:fliptables:jar:1.1.0'