Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.powernukkit.bedrock.network |
ArtifactId | ArtifactIdbedrock-network-common |
Version | Version1.6.25-PN |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.powernukkit.bedrock.network/bedrock-network-common/ -->
<dependency>
<groupId>org.powernukkit.bedrock.network</groupId>
<artifactId>bedrock-network-common</artifactId>
<version>1.6.25-PN</version>
</dependency>
// https://jarcasting.com/artifacts/org.powernukkit.bedrock.network/bedrock-network-common/
implementation 'org.powernukkit.bedrock.network:bedrock-network-common:1.6.25-PN'
// https://jarcasting.com/artifacts/org.powernukkit.bedrock.network/bedrock-network-common/
implementation ("org.powernukkit.bedrock.network:bedrock-network-common:1.6.25-PN")
'org.powernukkit.bedrock.network:bedrock-network-common:jar:1.6.25-PN'
<dependency org="org.powernukkit.bedrock.network" name="bedrock-network-common" rev="1.6.25-PN">
<artifact name="bedrock-network-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.powernukkit.bedrock.network', module='bedrock-network-common', version='1.6.25-PN')
)
libraryDependencies += "org.powernukkit.bedrock.network" % "bedrock-network-common" % "1.6.25-PN"
[org.powernukkit.bedrock.network/bedrock-network-common "1.6.25-PN"]