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

Missing artifacts: #41

Open siva-7112 opened 5 years ago

siva-7112 commented 5 years ago

'io.github.sac:SocketclusterClientJava:1.7.5' when trying to add the following dependency in maven getting the following error missing artifacts.I am using the Maven without the Spring Dependency. Whether we should have spring for this dependency?

can we have the plain java client without gradle because i am new to maven and socket programming the example that is showed in the git consist of only gradle kindly point the link for the java client using maven dependency

sacOO7 commented 5 years ago

Which IDE are you using for development? I would recommend IntelliJ IDEA community edition. Create a simple java project inside IDE. Then add jar as a dependency.

sacOO7 commented 5 years ago

Or clone this project https://github.com/sacOO7/socketcluster-client-testing. Open it using IDE. You should be able to run the code.

sacOO7 commented 5 years ago

Hi @siva-7112 , are you still facing same issues... please let me know about it