Last Version

client 0.5

This is a client library for Nadron server https://github.com/menacher/java-game-server/tree/netty4/nadron. Java clients can use this program to connect and interact with nadron server.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.menacher
ArtifactId

ArtifactId

nadclient
Version

Version

0.5
Type

Type

jar
Description

Description

client
This is a client library for Nadron server https://github.com/menacher/java-game-server/tree/netty4/nadron. Java clients can use this program to connect and interact with nadron server.
Source Code Management

Source Code Management

https://github.com/menacher/java-game-server.git

Download nadclient 0.5


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

Dependencies

compile (1)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.