Jsonrpc4j

This project aims to provide the facility to easily implement JSON-RPC for the java programming language.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

io.github.oak
ArtifactId

ArtifactId

jsonrpc4j
Last Version

Last Version

1.6.1-oak
Release Date

Release Date

Type

Type

jar
Description

Description

Jsonrpc4j
This project aims to provide the facility to easily implement JSON-RPC for the java programming language.
Project URL

Project URL

https://github.com/oak/jsonrpc4j
Source Code Management

Source Code Management

https://github.com/oak/jsonrpc4j

Download jsonrpc4j

How to add to project

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

Dependencies

runtime (8)

Group / Artifact Type Version
net.iharder : base64 jar 2.3.9
org.slf4j : slf4j-api jar 1.7.30
com.fasterxml.jackson.core : jackson-core jar 2.10.2
com.fasterxml.jackson.core : jackson-databind jar 2.10.2
com.fasterxml.jackson.core : jackson-annotations jar 2.10.2
commons-codec : commons-codec jar 1.10
org.apache.httpcomponents : httpcore-nio jar 4.4.5
javax.jws : javax.jws-api jar 1.1

test (8)

Group / Artifact Type Version
junit : junit jar 4.12
org.easymock : easymock jar 3.4
org.springframework.boot : spring-boot-starter-web jar 1.4.7.RELEASE
org.springframework.boot : spring-boot-starter-test jar 1.4.7.RELEASE
org.eclipse.jetty : jetty-server jar 9.4.0.RC3
org.eclipse.jetty : jetty-servlet jar 9.4.0.RC3
org.apache.logging.log4j : log4j-slf4j-impl jar 2.7
org.apache.logging.log4j : log4j-core jar 2.7

Project Modules

There are no modules declared in this project.

Versions

Version
1.6.1-oak