| Группа | Группаio.ktor |
|---|---|
| Идентификатор | Идентификаторktor-websockets-iosarm64 |
| Версия | Версия2.0.0-rc-1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| ktor-websockets-iosarm64-2.0.0-rc-1.pom | |
| ktor-websockets-iosarm64-2.0.0-rc-1-sources.jar | 19 KB |
| ktor-websockets-iosarm64-2.0.0-rc-1-metadata.jar | 261 bytes |
| ktor-websockets-iosarm64-2.0.0-rc-1-kdoc.jar | 261 bytes |
| ktor-websockets-iosarm64-2.0.0-rc-1-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-websockets-iosarm64/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-websockets-iosarm64</artifactId>
<version>2.0.0-rc-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-websockets-iosarm64/
implementation 'io.ktor:ktor-websockets-iosarm64:2.0.0-rc-1'
// https://jarcasting.com/artifacts/io.ktor/ktor-websockets-iosarm64/
implementation ("io.ktor:ktor-websockets-iosarm64:2.0.0-rc-1")
'io.ktor:ktor-websockets-iosarm64:pom:2.0.0-rc-1'
<dependency org="io.ktor" name="ktor-websockets-iosarm64" rev="2.0.0-rc-1">
<artifact name="ktor-websockets-iosarm64" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-websockets-iosarm64', version='2.0.0-rc-1')
)
libraryDependencies += "io.ktor" % "ktor-websockets-iosarm64" % "2.0.0-rc-1"
[io.ktor/ktor-websockets-iosarm64 "2.0.0-rc-1"]