Categories |
CategoriesJavaScript Languages CLI User Interface |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-client-websockets-js |
Version | Version1.4.0 |
Type | Typepom |
Filename | Size |
---|---|
ktor-client-websockets-js-1.4.0.pom | |
ktor-client-websockets-js-1.4.0.module | 2 KB |
ktor-client-websockets-js-1.4.0-sources.jar | 640 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.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-websockets-js/
implementation 'io.ktor:ktor-client-websockets-js:1.4.0'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-websockets-js/
implementation ("io.ktor:ktor-client-websockets-js:1.4.0")
'io.ktor:ktor-client-websockets-js:pom:1.4.0'
<dependency org="io.ktor" name="ktor-client-websockets-js" rev="1.4.0">
<artifact name="ktor-client-websockets-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-websockets-js', version='1.4.0')
)
libraryDependencies += "io.ktor" % "ktor-client-websockets-js" % "1.4.0"
[io.ktor/ktor-client-websockets-js "1.4.0"]