j

jsonrpc4j

This project aims to provide the facility to easily implement JSON-RPC for the java programming language.
https://github.com/briandilley/jsonrpc4j
The MIT License
Bernát Gábor Matthew Slipper
Files download
File Operation
jsonrpc4j-1.5.3.jar download
jsonrpc4j-1.5.3.pom download
jsonrpc4j-1.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.briandilley.jsonrpc4j</groupId>
  <artifactId>jsonrpc4j</artifactId>
  <version>1.5.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.briandilley.jsonrpc4j:jsonrpc4j:1.5.3'
Gradle Kotlin
implementation("com.github.briandilley.jsonrpc4j:jsonrpc4j:1.5.3")
Scala SBT
libraryDependencies += "com.github.briandilley.jsonrpc4j" % "jsonrpc4j" % "1.5.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.briandilley.jsonrpc4j', module='jsonrpc4j', version='1.5.3')
)
Apache Ivy
<dependency org="com.github.briandilley.jsonrpc4j" name="jsonrpc4j" rev="1.5.3" />
Leiningen
[com.github.briandilley.jsonrpc4j/jsonrpc4j "1.5.3"]
Apache Buildr
'com.github.briandilley.jsonrpc4j:jsonrpc4j:jar:1.5.3'