is not current version
Last Version 1.2.5

com.github.xincao9:jsonrpc 1.2

high-performance RPC framework.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.xincao9
ArtifactId

ArtifactId

jsonrpc
Version

Version

1.2
Type

Type

pom

Download jsonrpc 1.2

Filename Size
jsonrpc-1.2.pom 5 KB
Browse

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