Last Version

jsonrpc 1.2.5

high-performance RPC framework.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.xincao9
ArtifactId

ArtifactId

jsonrpc
Version

Version

1.2.5
Type

Type

pom
Description

Description

jsonrpc
high-performance RPC framework.
Project URL

Project URL

https://github.com/xincao9/jsonrpc
Project Organization

Project Organization

Personal

Download jsonrpc 1.2.5

Filename Size
jsonrpc-1.2.5.pom 5 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jsonrpc-core
  • jsonrpc-spring-boot-starter
  • jsonrpc-sample
  • jsonrpc-benchmark
  • jsonrpc-ui