| License |
License |
|---|---|
| GroupId | GroupIdcom.github.jczachor6 |
| ArtifactId | ArtifactIdgeneric-online-game-server |
| Version | Version2.1.0 |
| Type | Typejar |
| Description |
DescriptionGeneric online game server
Simple tool to create online game server.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.jczachor6/generic-online-game-server/ -->
<dependency>
<groupId>com.github.jczachor6</groupId>
<artifactId>generic-online-game-server</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jczachor6/generic-online-game-server/
implementation 'com.github.jczachor6:generic-online-game-server:2.1.0'
// https://jarcasting.com/artifacts/com.github.jczachor6/generic-online-game-server/
implementation ("com.github.jczachor6:generic-online-game-server:2.1.0")
'com.github.jczachor6:generic-online-game-server:jar:2.1.0'
<dependency org="com.github.jczachor6" name="generic-online-game-server" rev="2.1.0">
<artifact name="generic-online-game-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jczachor6', module='generic-online-game-server', version='2.1.0')
)
libraryDependencies += "com.github.jczachor6" % "generic-online-game-server" % "2.1.0"
[com.github.jczachor6/generic-online-game-server "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.javalin : javalin | jar | 3.12.0 |
| org.springframework : spring-context | jar | 5.3.3 |
| io.liquer.pencil : pencil-password-encoder | jar | 1.0.0 |
| io.jsonwebtoken : jjwt | jar | 0.9.1 |
| com.corundumstudio.socketio : netty-socketio | jar | 1.7.18 |
| org.apache.commons : commons-lang3 | jar | 3.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-junit-jupiter | jar | 3.6.0 |