Last Version

JSON-RPC 2.0 1.0.4.0

Implementation of the JSON-RPC 2.0 specification

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.nmuzhichin
ArtifactId

ArtifactId

jsonrpc2
Version

Version

1.0.4.0
Type

Type

pom
Description

Description

JSON-RPC 2.0
Implementation of the JSON-RPC 2.0 specification

Download jsonrpc2 1.0.4.0

Filename Size
jsonrpc2-1.0.4.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.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nmuzhichin/jsonrpc2/
implementation 'com.github.nmuzhichin:jsonrpc2:1.0.4.0'
// https://jarcasting.com/artifacts/com.github.nmuzhichin/jsonrpc2/
implementation ("com.github.nmuzhichin:jsonrpc2:1.0.4.0")
'com.github.nmuzhichin:jsonrpc2:pom:1.0.4.0'
<dependency org="com.github.nmuzhichin" name="jsonrpc2" rev="1.0.4.0">
  <artifact name="jsonrpc2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nmuzhichin', module='jsonrpc2', version='1.0.4.0')
)
libraryDependencies += "com.github.nmuzhichin" % "jsonrpc2" % "1.0.4.0"
[com.github.nmuzhichin/jsonrpc2 "1.0.4.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.28
com.google.code.findbugs : jsr305 jar 3.0.2

provided (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 Optional jar 3.9

Project Modules

  • jsonrpc-core
  • jsonrpc-spring-extension
  • jsonrpc-cache-extension
  • jsonrpc-jackson-extension
  • jsonrpc-test