License |
License |
---|---|
Categories |
CategoriesCLI User Interface JSON Data |
GroupId | GroupIdcom.thetransactioncompany |
ArtifactId | ArtifactIdjsonrpc2-client |
Last Version | Last Version1.16.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON-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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsonrpc2-client-1.16.5.pom | |
jsonrpc2-client-1.16.5.jar | 14 KB |
jsonrpc2-client-1.16.5-sources.jar | 13 KB |
jsonrpc2-client-1.16.5-javadoc.jar | 86 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.minidev : json-smart | jar | 1.3.1 |
com.thetransactioncompany : jsonrpc2-base | jar | 1.38.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |