MVN

com.openyelp : jsonrpc

Maven & Gradle

Mar 21, 2015

jsonrpc · jsonrpc is a lightweight Rpc Framework

<dependency>
    <groupId>com.openyelp</groupId>
    <artifactId>jsonrpc</artifactId>
    <version>1.04</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.openyelp : jsonrpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.04

All Versions

Choose a version of com.openyelp : jsonrpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.04
jsonrpc-1.04
1.03
jsonrpc-1.03
1.02
jsonrpc-1.02

How to add a dependency to Maven

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

<dependency>
    <groupId>com.openyelp</groupId>
    <artifactId>jsonrpc</artifactId>
    <version>1.04</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.openyelp : jsonrpc gradle dependency to your build.gradle file:

implementation 'com.openyelp:jsonrpc:1.04'

Gradle Kotlin DSL: Add the following com.openyelp : jsonrpc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.openyelp:jsonrpc:1.04")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.openyelp : jsonrpc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.openyelp" % "jsonrpc" % "1.04"