License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.jpower.kcp |
ArtifactId | ArtifactIdkcp-netty |
Version | Version1.4.13 |
Type | Typejar |
Description |
Descriptionkcp-netty
Java implementation of KCP based on Netty
|
Filename | Size |
---|---|
kcp-netty-1.4.13.pom | |
kcp-netty-1.4.13.jar | 112 KB |
kcp-netty-1.4.13-sources.jar | 56 KB |
kcp-netty-1.4.13-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jpower.kcp/kcp-netty/ -->
<dependency>
<groupId>io.jpower.kcp</groupId>
<artifactId>kcp-netty</artifactId>
<version>1.4.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.jpower.kcp/kcp-netty/
implementation 'io.jpower.kcp:kcp-netty:1.4.13'
// https://jarcasting.com/artifacts/io.jpower.kcp/kcp-netty/
implementation ("io.jpower.kcp:kcp-netty:1.4.13")
'io.jpower.kcp:kcp-netty:jar:1.4.13'
<dependency org="io.jpower.kcp" name="kcp-netty" rev="1.4.13">
<artifact name="kcp-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jpower.kcp', module='kcp-netty', version='1.4.13')
)
libraryDependencies += "io.jpower.kcp" % "kcp-netty" % "1.4.13"
[io.jpower.kcp/kcp-netty "1.4.13"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-transport | jar | 4.1.68.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.easymock : easymock | jar | 3.5 |