MVN

com.github.ArcticLampyrid.KtJsonRpcPeer : KtJsonRpcPeer-js

Maven & Gradle

Sep 13, 2022
0 stars

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.

<dependency>
    <groupId>com.github.ArcticLampyrid.KtJsonRpcPeer</groupId>
    <artifactId>KtJsonRpcPeer-js</artifactId>
    <version>0.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ArcticLampyrid.KtJsonRpcPeer : KtJsonRpcPeer-js to add to Maven - Latest Versions:

  • Latest Stable: 0.13.0

All Versions

Choose a version of com.github.ArcticLampyrid.KtJsonRpcPeer : KtJsonRpcPeer-js to add to Maven - All Versions:

Version Vulnerabilities Updated
0.13.x
KtJsonRpcPeer-js-0.13.0
0.12.x
KtJsonRpcPeer-js-0.12.7
KtJsonRpcPeer-js-0.12.5
KtJsonRpcPeer-js-0.12.4
KtJsonRpcPeer-js-0.12.3
KtJsonRpcPeer-js-0.12.2
KtJsonRpcPeer-js-0.12.1
KtJsonRpcPeer-js-0.12.0
0.11.x
KtJsonRpcPeer-js-0.11.2
KtJsonRpcPeer-js-0.11.1
KtJsonRpcPeer-js-0.11.0
0.10.x
KtJsonRpcPeer-js-0.10.0
0.9.x
KtJsonRpcPeer-js-0.9.0
0.8.x
KtJsonRpcPeer-js-0.8.0
0.7.x
KtJsonRpcPeer-js-0.7.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.ArcticLampyrid.KtJsonRpcPeer</groupId>
    <artifactId>KtJsonRpcPeer-js</artifactId>
    <version>0.13.0</version>
</dependency>