License |
License |
---|---|
GroupId | GroupIdcn.xnatural.remoter |
ArtifactId | ArtifactIdremoter |
Version | Version1.0.4 |
Type | Typejar |
Description |
Descriptionremoter
https://gitee.com/xnat/enet 的远程事件实现
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
remoter-1.0.4.pom | |
remoter-1.0.4.jar | 32 KB |
remoter-1.0.4-sources.jar | 15 KB |
remoter-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xnatural.remoter/remoter/
implementation 'cn.xnatural.remoter:remoter:1.0.4'
// https://jarcasting.com/artifacts/cn.xnatural.remoter/remoter/
implementation ("cn.xnatural.remoter:remoter:1.0.4")
'cn.xnatural.remoter:remoter:jar:1.0.4'
<dependency org="cn.xnatural.remoter" name="remoter" rev="1.0.4">
<artifact name="remoter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xnatural.remoter', module='remoter', version='1.0.4')
)
libraryDependencies += "cn.xnatural.remoter" % "remoter" % "1.0.4"
[cn.xnatural.remoter/remoter "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
cn.xnatural.aio : aio | jar | 1.0.8 |
com.alibaba : fastjson | jar | 1.2.76 |
cn.xnatural.enet : enet-event | jar | 0.0.21 |
cn.xnatural.sched : sched | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |