Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcn.xnatural.enet |
ArtifactId | ArtifactIdenet-event |
Version | Version0.0.12 |
Type | Typejar |
Filename | Size |
---|---|
enet-event-0.0.12.pom | |
enet-event-0.0.12.jar | 14 KB |
enet-event-0.0.12-sources.jar | 9 KB |
enet-event-0.0.12-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.12</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xnatural.enet/enet-event/
implementation 'cn.xnatural.enet:enet-event:0.0.12'
// https://jarcasting.com/artifacts/cn.xnatural.enet/enet-event/
implementation ("cn.xnatural.enet:enet-event:0.0.12")
'cn.xnatural.enet:enet-event:jar:0.0.12'
<dependency org="cn.xnatural.enet" name="enet-event" rev="0.0.12">
<artifact name="enet-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xnatural.enet', module='enet-event', version='0.0.12')
)
libraryDependencies += "cn.xnatural.enet" % "enet-event" % "0.0.12"
[cn.xnatural.enet/enet-event "0.0.12"]