Categories |
CategoriesNet Native Development Tools |
---|---|
GroupId | GroupIdnet.md-5 |
ArtifactId | ArtifactIdbungeecord-native |
Version | Version1.16-R0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.md-5/bungeecord-native/ -->
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-native</artifactId>
<version>1.16-R0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.md-5/bungeecord-native/
implementation 'net.md-5:bungeecord-native:1.16-R0.1'
// https://jarcasting.com/artifacts/net.md-5/bungeecord-native/
implementation ("net.md-5:bungeecord-native:1.16-R0.1")
'net.md-5:bungeecord-native:jar:1.16-R0.1'
<dependency org="net.md-5" name="bungeecord-native" rev="1.16-R0.1">
<artifact name="bungeecord-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.md-5', module='bungeecord-native', version='1.16-R0.1')
)
libraryDependencies += "net.md-5" % "bungeecord-native" % "1.16-R0.1"
[net.md-5/bungeecord-native "1.16-R0.1"]