META-INF.versions.9.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsch Show documentation
Show all versions of jsch Show documentation
JSch is a pure Java implementation of SSH2
module com.jcraft.jsch {
exports com.jcraft.jsch;
requires static com.sun.jna;
requires static com.sun.jna.platform;
requires static java.logging;
requires static java.security.jgss;
requires static org.apache.logging.log4j;
requires static org.bouncycastle.provider;
requires static org.newsclub.net.unix;
requires static org.slf4j;
}