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