| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.ArcticLampyrid.KtJsonRpcPeer |
| ArtifactId | ArtifactIdKtJsonRpcPeer |
| Last Version | Last Version0.12.7 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionKtJsonRpcPeer
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| KtJsonRpcPeer-0.12.7.pom | |
| KtJsonRpcPeer-0.12.7-javadoc.jar | 261 bytes |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |