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