License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdmodule-network-netty |
Last Version | Last Version2.0.20 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYildiz Module Network Netty
Module containing the Netty implementation for network.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
module-network-netty-2.0.20.pom | |
module-network-netty-2.0.20.jar | 29 KB |
module-network-netty-2.0.20-sources.jar | 38 KB |
module-network-netty-2.0.20-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.20</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/module-network-netty/
implementation 'be.yildiz-games:module-network-netty:2.0.20'
// https://jarcasting.com/artifacts/be.yildiz-games/module-network-netty/
implementation ("be.yildiz-games:module-network-netty:2.0.20")
'be.yildiz-games:module-network-netty:jar:2.0.20'
<dependency org="be.yildiz-games" name="module-network-netty" rev="2.0.20">
<artifact name="module-network-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='module-network-netty', version='2.0.20')
)
libraryDependencies += "be.yildiz-games" % "module-network-netty" % "2.0.20"
[be.yildiz-games/module-network-netty "2.0.20"]
Group / Artifact | Type | Version |
---|---|---|
be.yildiz-games : module-network | jar | 2.1.7 |
io.netty : netty-all | jar | 4.1.67.Final |
org.javassist : javassist | jar | 3.28.0-GA |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |