
com.github.dakusui.cmd.io.LineWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commandrunner Show documentation
Show all versions of commandrunner Show documentation
Command line runner library for Java
package com.github.dakusui.cmd.io;
public interface LineWriter {
public abstract void write(String write);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy