StompProtocolAndroid
StompProtocolAndroid copied to clipboard
Adding the library as a maven dependency
Hi! I'm trying to include this library to my project like this:
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
and this:
<dependency>
<groupId>com.github.NaikSoftware</groupId>
<artifactId>StompProtocolAndroid</artifactId>
<version>1.6.4</version>
</dependency>
But something seems to be wrong, because nothing is being imported. And I cannot even create a StompClient object. Can there be any issues because of maven project?
Do you get any errors in your Maven output? Do you have that repository tag in a repositories tag, as demonstrated here?