| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.md-5 |
| ArtifactId | ArtifactIdbungeecord-protocol |
| Last Version | Last Version1.16-R0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBungeeCord-Protocol
Minimal implementation of the Minecraft protocol for use in BungeeCord
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/net.md-5/bungeecord-protocol/ -->
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-protocol</artifactId>
<version>1.16-R0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.md-5/bungeecord-protocol/
implementation 'net.md-5:bungeecord-protocol:1.16-R0.4'
// https://jarcasting.com/artifacts/net.md-5/bungeecord-protocol/
implementation ("net.md-5:bungeecord-protocol:1.16-R0.4")
'net.md-5:bungeecord-protocol:jar:1.16-R0.4'
<dependency org="net.md-5" name="bungeecord-protocol" rev="1.16-R0.4">
<artifact name="bungeecord-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.md-5', module='bungeecord-protocol', version='1.16-R0.4')
)
libraryDependencies += "net.md-5" % "bungeecord-protocol" % "1.16-R0.4"
[net.md-5/bungeecord-protocol "1.16-R0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.md-5 » brigadier | jar | 1.0.16-SNAPSHOT |
| net.md-5 : bungeecord-chat | jar | 1.16-R0.4 |
| io.netty : netty-codec | jar | 4.1.53.Final |
| net.sf.trove4j : core | jar | 3.1.0 |
| se.llbit : jo-nbt | jar | 1.3.0 |
| com.google.guava : guava | jar | 21.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : findbugs-annotations | jar | 3.0.1 |
| org.projectlombok : lombok | jar | 1.18.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |