Last Version

Game Netty 1.0

library to simplify using tcp/websocket with netty, especially for game

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.github.longhuihu
ArtifactId

ArtifactId

game-netty
Version

Version

1.0
Type

Type

jar
Description

Description

Game Netty
library to simplify using tcp/websocket with netty, especially for game
Project URL

Project URL

https://github.com/longhuihu/game-netty
Source Code Management

Source Code Management

https://github.com/longhuihu/game-netty/tree/main

Download game-netty 1.0


<!-- https://jarcasting.com/artifacts/com.github.longhuihu/game-netty/ -->
<dependency>
    <groupId>com.github.longhuihu</groupId>
    <artifactId>game-netty</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.longhuihu/game-netty/
implementation 'com.github.longhuihu:game-netty:1.0'
// https://jarcasting.com/artifacts/com.github.longhuihu/game-netty/
implementation ("com.github.longhuihu:game-netty:1.0")
'com.github.longhuihu:game-netty:jar:1.0'
<dependency org="com.github.longhuihu" name="game-netty" rev="1.0">
  <artifact name="game-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.longhuihu', module='game-netty', version='1.0')
)
libraryDependencies += "com.github.longhuihu" % "game-netty" % "1.0"
[com.github.longhuihu/game-netty "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
io.netty : netty-all jar 4.1.50.Final

provided (1)

Group / Artifact Type Version
com.alibaba : fastjson jar 1.2.72

Project Modules

There are no modules declared in this project.