is not current version
Last Version 1.2

io.github.baharmc:network-parent 1.0

A network library using the netty.

Categories

Categories

Net
GroupId

GroupId

io.github.baharmc
ArtifactId

ArtifactId

network-parent
Version

Version

1.0
Type

Type

jar

Download network-parent 1.0


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