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