License |
License |
---|---|
GroupId | GroupIdcn.xnatural.remoter |
ArtifactId | ArtifactIdremoter |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionremoter
remoter: 远程调用. 基于 https://gitee.com/xnat/enet 和 https://gitee.com/xnat/aio
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
remoter-1.0.2.pom | |
remoter-1.0.2.jar | 32 KB |
remoter-1.0.2-sources.jar | 15 KB |
remoter-1.0.2-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.xnatural.remoter/remoter/ -->
<dependency>
<groupId>cn.xnatural.remoter</groupId>
<artifactId>remoter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xnatural.remoter/remoter/
implementation 'cn.xnatural.remoter:remoter:1.0.2'
// https://jarcasting.com/artifacts/cn.xnatural.remoter/remoter/
implementation ("cn.xnatural.remoter:remoter:1.0.2")
'cn.xnatural.remoter:remoter:jar:1.0.2'
<dependency org="cn.xnatural.remoter" name="remoter" rev="1.0.2">
<artifact name="remoter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xnatural.remoter', module='remoter', version='1.0.2')
)
libraryDependencies += "cn.xnatural.remoter" % "remoter" % "1.0.2"
[cn.xnatural.remoter/remoter "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
com.alibaba : fastjson | jar | 1.2.75 |
cn.xnatural.enet : enet-event | jar | 0.0.17 |
cn.xnatural.sched : sched | jar | 1.0.1 |
cn.xnatural.aio : aio | jar | 1.0.7 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |