is not current version
Last Version 1.16.5

com.thetransactioncompany:jsonrpc2-client 1.15

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.15
Type

Type

jar

Download jsonrpc2-client 1.15


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