sacOO7 / socketcluster-client-java

Native java and android client for socketcluster framework in node.js
http://socketcluster.io/
Apache License 2.0
94 stars 42 forks source link

This lib needs Maven support. #30

Open jmatzen opened 6 years ago

sacOO7 commented 6 years ago

Hi @jmatzen, you can import library for maven using

<dependency>
  <groupId>io.github.sac</groupId>
  <artifactId>SocketclusterClientJava</artifactId>
  <version>1.7.4</version>
  <type>pom</type>
</dependency>

For more details visit https://bintray.com/sacoo7/Maven/socketcluster-client/1.7.4

sacOO7 commented 6 years ago

Hi @jmatzen , any updates on this? I will be closing this issue if your problem is resolved..