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.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.ArcticLampyrid.KtJsonRpcPeer
ArtifactId

ArtifactId

KtJsonRpcPeer
Last Version

Last Version

0.12.7
Release Date

Release Date

Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/ArcticLampyrid/KtJsonRpcPeer
Source Code Management

Source Code Management

https://github.com/ArcticLampyrid/KtJsonRpcPeer

Download KtJsonRpcPeer

How to add to project

<!-- 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"]

Dependencies

runtime (5)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.12.7
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.2
0.11.1
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0