Last Version

hermes-jsonrpc 1.0.3

A Java-Version light-weight Json RPC framework based on GSON/Protostuff.

License

License

Categories

Categories

JSON Data Hermes Application Layer Libs Messaging
GroupId

GroupId

com.github.knightliao.hermesjsonrpc
ArtifactId

ArtifactId

hermes-jsonrpc-base
Version

Version

1.0.3
Type

Type

pom
Description

Description

hermes-jsonrpc
A Java-Version light-weight Json RPC framework based on GSON/Protostuff.
Project URL

Project URL

https://github.com/knightliao/hermes-jsonrpc
Project Organization

Project Organization

Knight

Download hermes-jsonrpc-base 1.0.3


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

Dependencies

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

Project Modules

  • hermes-jsonrpc-client
  • hermes-jsonrpc-core
  • hermes-jsonrpc-server