License |
License |
---|---|
Categories |
CategoriesSerialization Data Data Formats |
GroupId | GroupIdcom.github.czyzby |
ArtifactId | ArtifactIdgdx-websocket-serialization |
Last Version | Last Version1.9.1.9.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongdx-websocket-serialization
Custom cross-platform serialization without the use of reflection.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.czyzby/gdx-websocket-serialization/ -->
<dependency>
<groupId>com.github.czyzby</groupId>
<artifactId>gdx-websocket-serialization</artifactId>
<version>1.9.1.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.czyzby/gdx-websocket-serialization/
implementation 'com.github.czyzby:gdx-websocket-serialization:1.9.1.9.6'
// https://jarcasting.com/artifacts/com.github.czyzby/gdx-websocket-serialization/
implementation ("com.github.czyzby:gdx-websocket-serialization:1.9.1.9.6")
'com.github.czyzby:gdx-websocket-serialization:jar:1.9.1.9.6'
<dependency org="com.github.czyzby" name="gdx-websocket-serialization" rev="1.9.1.9.6">
<artifact name="gdx-websocket-serialization" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.czyzby', module='gdx-websocket-serialization', version='1.9.1.9.6')
)
libraryDependencies += "com.github.czyzby" % "gdx-websocket-serialization" % "1.9.1.9.6"
[com.github.czyzby/gdx-websocket-serialization "1.9.1.9.6"]
Group / Artifact | Type | Version |
---|---|---|
com.github.czyzby : gdx-websocket | jar | 1.9.1.9.6 |
Group / Artifact | Type | Version |
---|---|---|
com.badlogicgames.gdx : gdx | jar | 1.9.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |