nawforce / scala-json-rpc   1.1.0

MIT License GitHub

Let your servers and clients communicate over function calls! JSON-RPC 2.0 library for Scala and Scala.js

Scala versions: 2.13
Scala.js versions: 1.x

scala-json-rpc 1.0.0


Group ID:
com.github.nawforce
Artifact ID:
scala-json-rpc_2.13
Version:
1.0.0
Release Date:
Aug 30, 2020
Licenses:
MIT
Files:

libraryDependencies += "com.github.nawforce" %% "scala-json-rpc" % "1.0.0"

Mill build tool

ivy"com.github.nawforce::scala-json-rpc:1.0.0"

Scala CLI

//> using dep "com.github.nawforce::scala-json-rpc:1.0.0"

Ammonite REPL

import $ivy.`com.github.nawforce::scala-json-rpc:1.0.0`

<dependency>
  <groupId>com.github.nawforce</groupId>
  <artifactId>scala-json-rpc_2.13</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.github.nawforce', name: 'scala-json-rpc_2.13', version: '1.0.0'