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