OkHttp extension for consuming Server-Sent Events (SSE) streams in Java and Kotlin applications.
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-sse</artifactId>
<version>5.3.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an EventSource to listen for SSE events from a URL.
Use OkHttp 4.x (com.squareup.okhttp3:okhttp) with okhttp-sse 5.x.
No dependency data recorded yet.