JSR 356: Java API for WebSocket client-side communication.
<dependency>
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-client-api</artifactId>
<version>1.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a WebSocket client endpoint
Replace javax.websocket with jakarta.websocket for Jakarta EE 9+ compatibility.
No dependency data recorded yet.