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

smolok.cmd.StdoutOutputSink.groovy Maven / Gradle / Ivy

There is a newer version: 0.0.11
Show newest version
package smolok.cmd

class StdoutOutputSink implements OutputSink {

    @Override
    void out(String outputLine) {
        println outputLine
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy