is not current version
Last Version 1.16.5

com.thetransactioncompany:jsonrpc2-client 1.16.4

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.

Categories

Categories

CLI User Interface JSON Data
GroupId

GroupId

com.thetransactioncompany
ArtifactId

ArtifactId

jsonrpc2-client
Version

Version

1.16.4
Type

Type

jar

Download jsonrpc2-client 1.16.4


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