ter.junixsocket.junixsocket-ssl.2.10.1.source-code.module-info Maven / Gradle / Ivy
The newest version!
/**
* junixsocket-ssl
*/
module org.newsclub.net.unix.ssl {
exports org.newsclub.net.unix.ssl;
requires transitive org.newsclub.net.unix;
requires static com.kohlschutter.annotations.compiletime;
requires static org.eclipse.jdt.annotation;
}