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