Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcn.xnatural.enet |
ArtifactId | ArtifactIdenet-event |
Version | Version0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
enet-event-0.0.13.pom | |
enet-event-0.0.13.jar | 15 KB |
enet-event-0.0.13-sources.jar | 10 KB |
enet-event-0.0.13-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.xnatural.enet/enet-event/ -->
<dependency>
<groupId>cn.xnatural.enet</groupId>
<artifactId>enet-event</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xnatural.enet/enet-event/
implementation 'cn.xnatural.enet:enet-event:0.0.13'
// https://jarcasting.com/artifacts/cn.xnatural.enet/enet-event/
implementation ("cn.xnatural.enet:enet-event:0.0.13")
'cn.xnatural.enet:enet-event:jar:0.0.13'
<dependency org="cn.xnatural.enet" name="enet-event" rev="0.0.13">
<artifact name="enet-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xnatural.enet', module='enet-event', version='0.0.13')
)
libraryDependencies += "cn.xnatural.enet" % "enet-event" % "0.0.13"
[cn.xnatural.enet/enet-event "0.0.13"]