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

META-INF.versions.9.module-info Maven / Gradle / Ivy

There is a newer version: 0.2.21
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy