sacOO7 / socketcluster-client-java

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

Library not found #61

Open dhpanteon opened 3 weeks ago

dhpanteon commented 3 weeks ago

I am not able build my project as now socket cluster library is not available.

Could not GET 'https://jitpack.io/io/github/sac/SocketclusterClientJava/2.0.0/SocketclusterClientJava-2.0.0.pom'. Received status code 401 from server: Unauthorized

https://repo1.maven.org/maven2/io/github/sac/SocketclusterClientJava/1.7.5/SocketclusterClientJava-1.7.5.pom

Can anyone help me on this ?

muneeb-saadii commented 2 weeks ago

Hi @sacOO7,

It seems it was hosted on JCenter, and I can’t find it on MavenCentral or JitPack either. I also tried accessing it via JitPack at "https://jitpack.io/io/github/sac/SocketclusterClientJava/2.0.0/SocketclusterClientJava-2.0.0.pom" from this issue, but got the response: 'No read access to repo.'

Could you kindly provide a JAR file or a workaround for this? Alternatively, is there a plan to host this on MavenCentral or JitPack?

Thanks for your help!

dhpanteon commented 2 weeks ago

Yes i think they have shifted library from JCenter to JitPack. But they forget to give public access on jitpack.

dhpanteon commented 2 weeks ago

Use bellow repo until they answer, hopefully!! https://artifactory.appodeal.com/appodeal-public/io/github/sac/SocketclusterClientJava/

muneeb-saadii commented 2 weeks ago

Thanks alot @dhpanteon! I appreciate your help and I am trying this repo. Hope it works!