| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.http4k | 
| ArtifactId | ArtifactIdhttp4k-client-websocket | 
| Last Version | Last Version4.27.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionhttp4k-client-websocket HTTP Websocket Client | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.http4k/http4k-client-websocket/ -->
<dependency>
    <groupId>org.http4k</groupId>
    <artifactId>http4k-client-websocket</artifactId>
    <version>4.27.0.0</version>
</dependency>// https://jarcasting.com/artifacts/org.http4k/http4k-client-websocket/
implementation 'org.http4k:http4k-client-websocket:4.27.0.0'// https://jarcasting.com/artifacts/org.http4k/http4k-client-websocket/
implementation ("org.http4k:http4k-client-websocket:4.27.0.0")'org.http4k:http4k-client-websocket:jar:4.27.0.0'<dependency org="org.http4k" name="http4k-client-websocket" rev="4.27.0.0">
  <artifact name="http4k-client-websocket" type="jar" />
</dependency>@Grapes(
@Grab(group='org.http4k', module='http4k-client-websocket', version='4.27.0.0')
)libraryDependencies += "org.http4k" % "http4k-client-websocket" % "4.27.0.0"[org.http4k/http4k-client-websocket "4.27.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.http4k : http4k-core | jar | 4.27.0.0 | 
| org.http4k : http4k-realtime-core | jar | 4.27.0.0 | 
| org.java-websocket : Java-WebSocket | jar | 1.5.3 | 
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.7.0 |