StompProtocolAndroid icon indicating copy to clipboard operation
StompProtocolAndroid copied to clipboard

Adding the library as a maven dependency

Open AlexJioev opened this issue 6 years ago • 1 comments

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?

AlexJioev avatar Oct 10 '19 11:10 AlexJioev

Do you get any errors in your Maven output? Do you have that repository tag in a repositories tag, as demonstrated here?

forresthopkinsa avatar Oct 18 '19 22:10 forresthopkinsa