is not current version
Last Version 3.0.5

io.github.shiruka:network 2.1.4

A networking library that is using Netty for Minecraft: Bedrock Edition.

Categories

Categories

Net
GroupId

GroupId

io.github.shiruka
ArtifactId

ArtifactId

network
Version

Version

2.1.4
Type

Type

jar

Download network 2.1.4


<!-- https://jarcasting.com/artifacts/io.github.shiruka/network/ -->
<dependency>
    <groupId>io.github.shiruka</groupId>
    <artifactId>network</artifactId>
    <version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/network/
implementation 'io.github.shiruka:network:2.1.4'
// https://jarcasting.com/artifacts/io.github.shiruka/network/
implementation ("io.github.shiruka:network:2.1.4")
'io.github.shiruka:network:jar:2.1.4'
<dependency org="io.github.shiruka" name="network" rev="2.1.4">
  <artifact name="network" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='network', version='2.1.4')
)
libraryDependencies += "io.github.shiruka" % "network" % "2.1.4"
[io.github.shiruka/network "2.1.4"]