is not current version
Last Version 0.12.7

com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer-js 0.12.4

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.

Categories

Categories

JavaScript Languages JSON Data
GroupId

GroupId

com.github.ArcticLampyrid.KtJsonRpcPeer
ArtifactId

ArtifactId

KtJsonRpcPeer-js
Version

Version

0.12.4
Type

Type

pom

Download KtJsonRpcPeer-js 0.12.4


<!-- https://jarcasting.com/artifacts/com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer-js/ -->
<dependency>
    <groupId>com.github.ArcticLampyrid.KtJsonRpcPeer</groupId>
    <artifactId>KtJsonRpcPeer-js</artifactId>
    <version>0.12.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer-js/
implementation 'com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer-js:0.12.4'
// https://jarcasting.com/artifacts/com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer-js/
implementation ("com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer-js:0.12.4")
'com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer-js:pom:0.12.4'
<dependency org="com.github.ArcticLampyrid.KtJsonRpcPeer" name="KtJsonRpcPeer-js" rev="0.12.4">
  <artifact name="KtJsonRpcPeer-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ArcticLampyrid.KtJsonRpcPeer', module='KtJsonRpcPeer-js', version='0.12.4')
)
libraryDependencies += "com.github.ArcticLampyrid.KtJsonRpcPeer" % "KtJsonRpcPeer-js" % "0.12.4"
[com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer-js "0.12.4"]