is not current version
Last Version 1.5.0

io.jpower.kcp:kcp-netty 1.4.6

Java implementation of KCP based on Netty

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.jpower.kcp
ArtifactId

ArtifactId

kcp-netty
Version

Version

1.4.6
Type

Type

jar

Download kcp-netty 1.4.6


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