is not current version
Last Version 1.04

com.openyelp:jsonrpc 1.02

jsonrpc is a lightweight Rpc Framework

Categories

Categories

JSON Data
GroupId

GroupId

com.openyelp
ArtifactId

ArtifactId

jsonrpc
Version

Version

1.02
Type

Type

jar

Download jsonrpc 1.02


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