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

ter.junixsocket.junixsocket-darwin.2.10.1.source-code.module-info Maven / Gradle / Ivy

The newest version!
/**
 * The junixsocket implementation for things specific to Darwin (macOS kernel), such as AF_SYSTEM
 * sockets.
 */
module org.newsclub.net.unix.darwin {
  exports org.newsclub.net.unix.darwin.system;

  requires transitive org.newsclub.net.unix;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy