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