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

ter.junixsocket.junixsocket-server.2.9.0.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 2.10.1
Show newest version
/**
 * Base implementation for junixsocket servers.
 */
module org.newsclub.net.unix.server {
  exports org.newsclub.net.unix.server;

  requires transitive org.newsclub.net.unix;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy