Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdmodule-network-netty |
Version | Version2.0.10 |
Type | Typejar |
Filename | Size |
---|---|
module-network-netty-2.0.10.pom | |
module-network-netty-2.0.10.jar | 29 KB |
module-network-netty-2.0.10-sources.jar | 38 KB |
module-network-netty-2.0.10-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/module-network-netty/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>module-network-netty</artifactId>
<version>2.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/module-network-netty/
implementation 'be.yildiz-games:module-network-netty:2.0.10'
// https://jarcasting.com/artifacts/be.yildiz-games/module-network-netty/
implementation ("be.yildiz-games:module-network-netty:2.0.10")
'be.yildiz-games:module-network-netty:jar:2.0.10'
<dependency org="be.yildiz-games" name="module-network-netty" rev="2.0.10">
<artifact name="module-network-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='module-network-netty', version='2.0.10')
)
libraryDependencies += "be.yildiz-games" % "module-network-netty" % "2.0.10"
[be.yildiz-games/module-network-netty "2.0.10"]