| License | License | 
|---|---|
| Categories | CategoriesKotlin Languages CLI User Interface ORM Data | 
| GroupId | GroupIdio.ktor | 
| ArtifactId | ArtifactIdktor-client-websocket-kotlinMultiplatform | 
| Last Version | Last Version1.1.4 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionktor-client-websocket Ktor is a framework for quickly creating web applications in Kotlin with minimal effort. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| ktor-client-websocket-kotlinMultiplatform-1.1.4.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-websocket-kotlinMultiplatform/ -->
<dependency>
    <groupId>io.ktor</groupId>
    <artifactId>ktor-client-websocket-kotlinMultiplatform</artifactId>
    <version>1.1.4</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/io.ktor/ktor-client-websocket-kotlinMultiplatform/
implementation 'io.ktor:ktor-client-websocket-kotlinMultiplatform:1.1.4'// https://jarcasting.com/artifacts/io.ktor/ktor-client-websocket-kotlinMultiplatform/
implementation ("io.ktor:ktor-client-websocket-kotlinMultiplatform:1.1.4")'io.ktor:ktor-client-websocket-kotlinMultiplatform:pom:1.1.4'<dependency org="io.ktor" name="ktor-client-websocket-kotlinMultiplatform" rev="1.1.4">
  <artifact name="ktor-client-websocket-kotlinMultiplatform" type="pom" />
</dependency>@Grapes(
@Grab(group='io.ktor', module='ktor-client-websocket-kotlinMultiplatform', version='1.1.4')
)libraryDependencies += "io.ktor" % "ktor-client-websocket-kotlinMultiplatform" % "1.1.4"[io.ktor/ktor-client-websocket-kotlinMultiplatform "1.1.4"]