jambi-websockets.6.8.1.source-code.module-info Maven / Gradle / Ivy
/**
* Provides WebSocket communication compliant with RFC 6455.
*/
module qtjambi.websockets {
requires java.base;
requires transitive qtjambi;
requires qtjambi.network;
exports io.qt.websockets;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy