JSON-RPC 2.0 Client

Provides a client-side class for dispatching requests and notifications to a JSON-RPC 2.0 server. The JSON-RPC 2.0 messages are sent by HTTP(S) POST.

License

License

Categories

Categories

CLI User Interface JSON Data
GroupId

GroupId

com.thetransactioncompany
ArtifactId

ArtifactId

jsonrpc2-client
Last Version

Last Version

1.16.5
Release Date

Release Date

Type

Type

jar
Description

Description

JSON-RPC 2.0 Client
Provides a client-side class for dispatching requests and notifications to a JSON-RPC 2.0 server. The JSON-RPC 2.0 messages are sent by HTTP(S) POST.
Project URL

Project URL

http://software.dzhuvinov.com/json-rpc-2.0-client.html
Project Organization

Project Organization

The Transaction Company
Source Code Management

Source Code Management

https://bitbucket.org/thetransactioncompany/json-rpc-2.0-client

Download jsonrpc2-client

How to add to project

<!-- https://jarcasting.com/artifacts/com.thetransactioncompany/jsonrpc2-client/ -->
<dependency>
    <groupId>com.thetransactioncompany</groupId>
    <artifactId>jsonrpc2-client</artifactId>
    <version>1.16.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.thetransactioncompany/jsonrpc2-client/
implementation 'com.thetransactioncompany:jsonrpc2-client:1.16.5'
// https://jarcasting.com/artifacts/com.thetransactioncompany/jsonrpc2-client/
implementation ("com.thetransactioncompany:jsonrpc2-client:1.16.5")
'com.thetransactioncompany:jsonrpc2-client:jar:1.16.5'
<dependency org="com.thetransactioncompany" name="jsonrpc2-client" rev="1.16.5">
  <artifact name="jsonrpc2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thetransactioncompany', module='jsonrpc2-client', version='1.16.5')
)
libraryDependencies += "com.thetransactioncompany" % "jsonrpc2-client" % "1.16.5"
[com.thetransactioncompany/jsonrpc2-client "1.16.5"]

Dependencies

compile (2)

Group / Artifact Type Version
net.minidev : json-smart jar 1.3.1
com.thetransactioncompany : jsonrpc2-base jar 1.38.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.16.5
1.16.4
1.16.3
1.16.2
1.16.1
1.16
1.15
1.14.4
1.14.3