is not current version
Last Version 1.16-R0.4

net.md-5:bungeecord-protocol 1.16-R0.2

Minimal implementation of the Minecraft protocol for use in BungeeCord

Categories

Categories

Net
GroupId

GroupId

net.md-5
ArtifactId

ArtifactId

bungeecord-protocol
Version

Version

1.16-R0.2
Type

Type

jar

Download bungeecord-protocol 1.16-R0.2


<!-- https://jarcasting.com/artifacts/net.md-5/bungeecord-protocol/ -->
<dependency>
    <groupId>net.md-5</groupId>
    <artifactId>bungeecord-protocol</artifactId>
    <version>1.16-R0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.md-5/bungeecord-protocol/
implementation 'net.md-5:bungeecord-protocol:1.16-R0.2'
// https://jarcasting.com/artifacts/net.md-5/bungeecord-protocol/
implementation ("net.md-5:bungeecord-protocol:1.16-R0.2")
'net.md-5:bungeecord-protocol:jar:1.16-R0.2'
<dependency org="net.md-5" name="bungeecord-protocol" rev="1.16-R0.2">
  <artifact name="bungeecord-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.md-5', module='bungeecord-protocol', version='1.16-R0.2')
)
libraryDependencies += "net.md-5" % "bungeecord-protocol" % "1.16-R0.2"
[net.md-5/bungeecord-protocol "1.16-R0.2"]