is not current version
Last Version 1.0.4.0

com.github.nmuzhichin:jsonrpc2 1.0.3.0

Implementation of the JSON-RPC 2.0 specification

Categories

Categories

JSON Data
GroupId

GroupId

com.github.nmuzhichin
ArtifactId

ArtifactId

jsonrpc2
Version

Version

1.0.3.0
Type

Type

pom

Download jsonrpc2 1.0.3.0

Filename Size
jsonrpc2-1.0.3.0.pom 6 KB
Browse

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