is not current version
Last Version 0.2.2

com.github.houbb:rpc-client 0.0.8

The client module of rpc framework.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

rpc-client
Version

Version

0.0.8
Type

Type

jar

Download rpc-client 0.0.8


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