ter.junixsocket.junixsocket-tipc.2.10.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of junixsocket-tipc Show documentation
Show all versions of junixsocket-tipc Show documentation
The junixsocket implementation for AF_TIPC sockets
The newest version!
/**
* The junixsocket implementation for AF_TIPC sockets.
*/
module org.newsclub.net.unix.tipc {
exports org.newsclub.net.unix.tipc;
requires transitive org.newsclub.net.unix;
requires static com.kohlschutter.annotations.compiletime;
requires static org.eclipse.jdt.annotation;
}