Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.jpower.kcp |
ArtifactId | ArtifactIdkcp-netty |
Version | Version1.4.3 |
Type | Typejar |
Filename | Size |
---|---|
kcp-netty-1.4.3.pom | |
kcp-netty-1.4.3.jar | 112 KB |
kcp-netty-1.4.3-sources.jar | 56 KB |
kcp-netty-1.4.3-javadoc.jar | 221 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jpower.kcp/kcp-netty/ -->
<dependency>
<groupId>io.jpower.kcp</groupId>
<artifactId>kcp-netty</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.jpower.kcp/kcp-netty/
implementation 'io.jpower.kcp:kcp-netty:1.4.3'
// https://jarcasting.com/artifacts/io.jpower.kcp/kcp-netty/
implementation ("io.jpower.kcp:kcp-netty:1.4.3")
'io.jpower.kcp:kcp-netty:jar:1.4.3'
<dependency org="io.jpower.kcp" name="kcp-netty" rev="1.4.3">
<artifact name="kcp-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jpower.kcp', module='kcp-netty', version='1.4.3')
)
libraryDependencies += "io.jpower.kcp" % "kcp-netty" % "1.4.3"
[io.jpower.kcp/kcp-netty "1.4.3"]