Download gdx-websocket-1.6.1.9.3.jar file - Jar g

Jar examples for g:gdx-websocket

Description

Web sockets abstraction for LibGDX applications.

You can download jar file gdx-websocket 1.6.1.9.3 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add gdx-websocket-1.6.1.9.3.jar to your project.

<dependency>
   <groupId>com.github.czyzby</groupId>
   <artifactId>gdx-websocket</artifactId>
   <version>1.6.1.9.3</version>
</dependency>
compile group: 'com.github.czyzby', name: 'gdx-websocket', version: '1.6.1.9.3'
libraryDependencies += "com.github.czyzby" % "gdx-websocket" % "1.6.1.9.3"
<dependency org="com.github.czyzby" name="gdx-websocket" rev="1.6.1.9.3"/>
@Grapes(@Grab(group='com.github.czyzby', module='gdx-websocket', version='1.6.1.9.3'))
'com.github.czyzby:gdx-websocket:jar:1.6.1.9.3'

Download

Click the following link to download the jar file.

gdx-websocket-1.6.1.9.3-javadoc.jar
gdx-websocket-1.6.1.9.3-sources.jar
gdx-websocket-1.6.1.9.3.jar
gdx-websocket-1.6.1.9.3.pom



Related Tutorials