is not current version
Last Version 1.04

com.openyelp:jsonrpc 1.03

jsonrpc is a lightweight Rpc Framework

Categories

Categories

JSON Data
GroupId

GroupId

com.openyelp
ArtifactId

ArtifactId

jsonrpc
Version

Version

1.03
Type

Type

jar

Download jsonrpc 1.03


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