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