is not current version
Last Version 0.2.2

com.github.houbb:rpc 0.0.8

The remote process call framework.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

rpc
Version

Version

0.0.8
Type

Type

pom

Download rpc 0.0.8

Filename Size
rpc-0.0.8.pom 10 KB
Browse

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