is not current version
Last Version 1.0.3

com.github.knightliao.hermesjsonrpc:hermes-jsonrpc-base 1.0.0

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

Categories

Categories

JSON Data Hermes Application Layer Libs Messaging
GroupId

GroupId

com.github.knightliao.hermesjsonrpc
ArtifactId

ArtifactId

hermes-jsonrpc-base
Version

Version

1.0.0
Type

Type

pom

Download hermes-jsonrpc-base 1.0.0


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