Categories |
CategoriesJavaScript Languages CLI User Interface |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-client-websockets-js |
Version | Version1.6.4 |
Type | Typepom |
Filename | Size |
---|---|
ktor-client-websockets-js-1.6.4.pom | |
ktor-client-websockets-js-1.6.4-sources.jar | 638 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-websockets-js/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-websockets-js</artifactId>
<version>1.6.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-websockets-js/
implementation 'io.ktor:ktor-client-websockets-js:1.6.4'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-websockets-js/
implementation ("io.ktor:ktor-client-websockets-js:1.6.4")
'io.ktor:ktor-client-websockets-js:pom:1.6.4'
<dependency org="io.ktor" name="ktor-client-websockets-js" rev="1.6.4">
<artifact name="ktor-client-websockets-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-websockets-js', version='1.6.4')
)
libraryDependencies += "io.ktor" % "ktor-client-websockets-js" % "1.6.4"
[io.ktor/ktor-client-websockets-js "1.6.4"]