| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаcom.github.ArcticLampyrid.KtJsonRpcPeer |
| Идентификатор | ИдентификаторKtJsonRpcPeer |
| Последняя версия | Последняя версия0.12.7 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеKtJsonRpcPeer
KtJsonRpcPeer is a Kotlin library that implements JSON-RPC 2.0 in Peer mode.
It's full-duplex, supporting two-way procedure call.
It can work well with WebSocket.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| KtJsonRpcPeer-0.12.7.pom | |
| KtJsonRpcPeer-0.12.7-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer/ -->
<dependency>
<groupId>com.github.ArcticLampyrid.KtJsonRpcPeer</groupId>
<artifactId>KtJsonRpcPeer</artifactId>
<version>0.12.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer/
implementation 'com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer:0.12.7'
// https://jarcasting.com/artifacts/com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer/
implementation ("com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer:0.12.7")
'com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer:pom:0.12.7'
<dependency org="com.github.ArcticLampyrid.KtJsonRpcPeer" name="KtJsonRpcPeer" rev="0.12.7">
<artifact name="KtJsonRpcPeer" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ArcticLampyrid.KtJsonRpcPeer', module='KtJsonRpcPeer', version='0.12.7')
)
libraryDependencies += "com.github.ArcticLampyrid.KtJsonRpcPeer" % "KtJsonRpcPeer" % "0.12.7"
[com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer "0.12.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.0-native-mt |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.10 |
| org.jetbrains.kotlinx : atomicfu | jar | 0.17.0 |
| org.jetbrains.kotlinx : kotlinx-serialization-json | jar | 1.3.2 |
| io.ktor : ktor-client-core | jar | 1.6.7 |