Download jsonrpc2-client-1.14.4.jar file - Jar j

Jar examples for j:jsonrpc2-client

Description

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.14.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jsonrpc2-client-1.14.4.jar to your project.

<dependency>
   <groupId>com.thetransactioncompany</groupId>
   <artifactId>jsonrpc2-client</artifactId>
   <version>1.14.4</version>
</dependency>
compile group: 'com.thetransactioncompany', name: 'jsonrpc2-client', version: '1.14.4'
libraryDependencies += "com.thetransactioncompany" % "jsonrpc2-client" % "1.14.4"
<dependency org="com.thetransactioncompany" name="jsonrpc2-client" rev="1.14.4"/>
@Grapes(@Grab(group='com.thetransactioncompany', module='jsonrpc2-client', version='1.14.4'))
'com.thetransactioncompany:jsonrpc2-client:jar:1.14.4'

Download

Click the following link to download the jar file.

jsonrpc2-client-1.14.4-javadoc.jar
jsonrpc2-client-1.14.4-sources.jar
jsonrpc2-client-1.14.4.jar
jsonrpc2-client-1.14.4.pom



Related Tutorials