is not current version
Last Version 1.2

io.github.baharmc:network-parent 1.1

A network library using the netty.

Categories

Categories

Net
GroupId

GroupId

io.github.baharmc
ArtifactId

ArtifactId

network-parent
Version

Version

1.1
Type

Type

jar

Download network-parent 1.1


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