Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-client-websocket |
Version | Version1.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-websocket/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-websocket</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-websocket/
implementation 'io.ktor:ktor-client-websocket:1.1.1'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-websocket/
implementation ("io.ktor:ktor-client-websocket:1.1.1")
'io.ktor:ktor-client-websocket:jar:1.1.1'
<dependency org="io.ktor" name="ktor-client-websocket" rev="1.1.1">
<artifact name="ktor-client-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-websocket', version='1.1.1')
)
libraryDependencies += "io.ktor" % "ktor-client-websocket" % "1.1.1"
[io.ktor/ktor-client-websocket "1.1.1"]