com.github.hindol/json-rpc.core

Delightful JSON-RPC 2.0 client for Clojure(Script).

Leiningen/Boot

[com.github.hindol/json-rpc.core "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.github.hindol/json-rpc.core {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("com.github.hindol:json-rpc.core:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.github.hindol</groupId>
  <artifactId>json-rpc.core</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>