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