moquette
moquette copied to clipboard
Wrong artifact name in documentation for jitpack?
If I use implementation "com.github.moquette-io:moquette-broker:${moquetteVersion}" with jitpack, as specified in the documentation, I get 401 unauthoried from jitpack.
I had to change it to implementation "com.github.moquette-io.moquette:moquette-broker:${moquetteVersion}" for the 401 to go away.
You are right! Good catch, if you mind please create a PR to fix the doc :-)
@andsel Faced similar issue but with Maven. Here's the PR that corrects readme