is not current version
Last Version 3.0.5

io.github.shiruka:network 1.3

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

Categories

Categories

Net
GroupId

GroupId

io.github.shiruka
ArtifactId

ArtifactId

network
Version

Version

1.3
Type

Type

jar

Download network 1.3


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