MVN

com.github.briandilley.jsonrpc4j : jsonrpc4j

Maven & Gradle

Jan 27, 2021
39 usages
1k stars

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

<dependency>
    <groupId>com.github.briandilley.jsonrpc4j</groupId>
    <artifactId>jsonrpc4j</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.briandilley.jsonrpc4j : jsonrpc4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6
  • Latest Release Candidate: 1.3.3-RC0

All Versions

Choose a version of com.github.briandilley.jsonrpc4j : jsonrpc4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
jsonrpc4j-1.6
1.5.x
jsonrpc4j-1.5.3
jsonrpc4j-1.5.2
jsonrpc4j-1.5.1
jsonrpc4j-1.5.0
1.4.x
jsonrpc4j-1.4.6
jsonrpc4j-1.4.5
jsonrpc4j-1.4.4
jsonrpc4j-1.4.3
jsonrpc4j-1.4.2
jsonrpc4j-1.4.1
jsonrpc4j-1.4.0
1.3.x
jsonrpc4j-1.3.3
jsonrpc4j-1.3.3-RC0
1.2.x
jsonrpc4j-1.2.0
1.1
jsonrpc4j-1.1
1.0
jsonrpc4j-1.0

How to add a dependency to Maven

Add the following com.github.briandilley.jsonrpc4j : jsonrpc4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.briandilley.jsonrpc4j</groupId>
    <artifactId>jsonrpc4j</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.briandilley.jsonrpc4j : jsonrpc4j gradle dependency to your build.gradle file:

implementation 'com.github.briandilley.jsonrpc4j:jsonrpc4j:1.6'

Gradle Kotlin DSL: Add the following com.github.briandilley.jsonrpc4j : jsonrpc4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.briandilley.jsonrpc4j:jsonrpc4j:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.briandilley.jsonrpc4j : jsonrpc4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.briandilley.jsonrpc4j" % "jsonrpc4j" % "1.6"

Advertisement