is not current version
Last Version 1.0.4

cn.xnatural.remoter:remoter 1.0.0

remoter: 远程调用. 基于 https://gitee.com/xnat/enet 和 https://gitee.com/xnat/aio

GroupId

GroupId

cn.xnatural.remoter
ArtifactId

ArtifactId

remoter
Version

Version

1.0.0
Type

Type

jar

Download remoter 1.0.0


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