is not current version
Last Version 1.2.5

com.github.xincao9:jsonrpc-core 1.2

high-performance RPC framework.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.xincao9
ArtifactId

ArtifactId

jsonrpc-core
Version

Version

1.2
Type

Type

jar

Download jsonrpc-core 1.2


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