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

ter.junixsocket.junixsocket-rmi.2.10.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.10.1
Show newest version
/**
 * RMI support.
 */
module org.newsclub.net.unix.rmi {
  requires transitive org.newsclub.net.unix;
  requires transitive java.rmi;
  requires org.newsclub.net.unix.server;

  exports org.newsclub.net.unix.rmi;

  requires static com.kohlschutter.annotations.compiletime;
  requires static org.eclipse.jdt.annotation;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy