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

jambi-websockets.6.5.5.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 6.8.1
Show newest version
/**
 * 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