License |
License |
---|---|
Categories |
CategoriesJavaScript Languages JSON Data |
GroupId | GroupIdcom.github.ArcticLampyrid.KtJsonRpcPeer |
ArtifactId | ArtifactIdKtJsonRpcPeer-js |
Version | Version0.12.1 |
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-js-0.12.1.pom | |
KtJsonRpcPeer-js-0.12.1-sources.jar | 11 KB |
KtJsonRpcPeer-js-0.12.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer-js/ -->
<dependency>
<groupId>com.github.ArcticLampyrid.KtJsonRpcPeer</groupId>
<artifactId>KtJsonRpcPeer-js</artifactId>
<version>0.12.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer-js/
implementation 'com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer-js:0.12.1'
// https://jarcasting.com/artifacts/com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer-js/
implementation ("com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer-js:0.12.1")
'com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer-js:pom:0.12.1'
<dependency org="com.github.ArcticLampyrid.KtJsonRpcPeer" name="KtJsonRpcPeer-js" rev="0.12.1">
<artifact name="KtJsonRpcPeer-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ArcticLampyrid.KtJsonRpcPeer', module='KtJsonRpcPeer-js', version='0.12.1')
)
libraryDependencies += "com.github.ArcticLampyrid.KtJsonRpcPeer" % "KtJsonRpcPeer-js" % "0.12.1"
[com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer-js "0.12.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.5.10 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.10 |
org.jetbrains.kotlinx : kotlinx-serialization-json-js | jar | 1.2.1 |
io.ktor : ktor-client-core-js | jar | 1.6.0 |