ter.junixsocket.junixsocket-common.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-common Show documentation
Show all versions of junixsocket-common Show documentation
junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets (AF_UNIX sockets) and other socket types, such as AF_TIPC and AF_VSOCK, from Java, using the standard Socket API
The newest version!
/**
* The common junixsocket classes.
*/
// NOPMD -- https://github.com/pmd/pmd/issues/4620
@SuppressWarnings("module") module org.newsclub.net.unix {
exports org.newsclub.net.unix;
requires java.base;
requires static java.rmi;
requires static com.kohlschutter.annotations.compiletime;
requires static org.eclipse.jdt.annotation;
requires static animal.sniffer.annotations;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy