All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jasonwjones.jolo.TablePrinterOptions Maven / Gradle / Ivy

Go to download

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.

The newest version!
package com.jasonwjones.jolo;

public interface TablePrinterOptions {

	public boolean isPrintRowSeparator();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy