Jolo Simple Java Table Printing Library

Jolo is a very simple Java ASCII table printing library with a sensible API and no dependencies. Its focus is on providing an incredibly simple, yet useful API that Just Does The Right Thing and doesn't pollute the code of callers.

License

License

GroupId

GroupId

com.jasonwjones.jolo
ArtifactId

ArtifactId

jolo
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Jolo Simple Java Table Printing Library
Jolo is a very simple Java ASCII table printing library with a sensible API and no dependencies. Its focus is on providing an incredibly simple, yet useful API that Just Does The Right Thing and doesn't pollute the code of callers.
Project URL

Project URL

http://www.jasonwjones.com/projects/jolo
Project Organization

Project Organization

Jason Jones

Download jolo

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4