is not current version
Last Version 0.7.2

io.github.pftx:network-core 0.7.0

The NIO based network framework, using long connection, multiplexing one socket.

Categories

Categories

Net
GroupId

GroupId

io.github.pftx
ArtifactId

ArtifactId

network-core
Version

Version

0.7.0
Type

Type

jar

Download network-core 0.7.0


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