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