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

me.stormma.ansi.AnsiElement Maven / Gradle / Ivy

The newest version!
package me.stormma.ansi;


public interface AnsiElement {

	/**
	 * @return the ANSI escape code
	 */
	@Override
	String toString();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy