com.jasonwjones.jolo.TablePrinterOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jolo Show documentation
Show all versions of jolo Show documentation
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