is not current version
Last Version 1.3

com.github.arteam:simple-json-rpc-client 1.1

Client implementation of JSON-RPC 2.0

Categories

Categories

CLI User Interface JSON Data
GroupId

GroupId

com.github.arteam
ArtifactId

ArtifactId

simple-json-rpc-client
Version

Version

1.1
Type

Type

jar

Download simple-json-rpc-client 1.1


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