Jar examples for j:jsonrpc2-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.
You can download jar file jsonrpc2-client 1.15 in this page.
The Apache Software License, Version 2.0
You can use the following script to add jsonrpc2-client-1.15.jar to your project.
<dependency> <groupId>com.thetransactioncompany</groupId> <artifactId>jsonrpc2-client</artifactId> <version>1.15</version> </dependency>
compile group: 'com.thetransactioncompany', name: 'jsonrpc2-client', version: '1.15'
libraryDependencies += "com.thetransactioncompany" % "jsonrpc2-client" % "1.15"
<dependency org="com.thetransactioncompany" name="jsonrpc2-client" rev="1.15"/>
@Grapes(@Grab(group='com.thetransactioncompany', module='jsonrpc2-client', version='1.15'))
'com.thetransactioncompany:jsonrpc2-client:jar:1.15'
Click the following link to download the jar file.
jsonrpc2-client-1.15-javadoc.jar