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

slf4j-tty.0.0.1.source-code.module-info Maven / Gradle / Ivy


import org.slf4j.spi.SLF4JServiceProvider;

import com.sshtools.slf4jtty.TtyServiceProvider;

open module com.sshtools.slf4jtty {

    exports com.sshtools.slf4jtty;
    requires transitive org.slf4j;
    requires transitive java.logging;
	requires transitive com.sshtools.jini.config;
	requires transitive org.jline.terminal;
	requires org.jline.style;
	requires static uk.co.bithatch.nativeimage.annotations;

    provides SLF4JServiceProvider with TtyServiceProvider;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy