License |
License |
---|---|
Categories |
CategoriesJavaScript Languages JSON Data |
GroupId | GroupIdcom.github.ArcticLampyrid.KtJsonRpcPeer |
ArtifactId | ArtifactIdKtJsonRpcPeer-js |
Version | Version0.12.5 |
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.5.pom | |
KtJsonRpcPeer-js-0.12.5-sources.jar | 12 KB |
KtJsonRpcPeer-js-0.12.5-javadoc.jar | 329 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.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer-js/
implementation 'com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer-js:0.12.5'
// https://jarcasting.com/artifacts/com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer-js/
implementation ("com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer-js:0.12.5")
'com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer-js:pom:0.12.5'
<dependency org="com.github.ArcticLampyrid.KtJsonRpcPeer" name="KtJsonRpcPeer-js" rev="0.12.5">
<artifact name="KtJsonRpcPeer-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ArcticLampyrid.KtJsonRpcPeer', module='KtJsonRpcPeer-js', version='0.12.5')
)
libraryDependencies += "com.github.ArcticLampyrid.KtJsonRpcPeer" % "KtJsonRpcPeer-js" % "0.12.5"
[com.github.ArcticLampyrid.KtJsonRpcPeer/KtJsonRpcPeer-js "0.12.5"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core-js | jar | 1.5.0-native-mt |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.20 |
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.5.20 |
org.jetbrains.kotlinx : kotlinx-serialization-json-js | jar | 1.2.1 |
io.ktor : ktor-client-core-js | jar | 1.6.1 |