moquette icon indicating copy to clipboard operation
moquette copied to clipboard

Wrong artifact name in documentation for jitpack?

Open flozano opened this issue 1 year ago • 2 comments

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.

flozano avatar Feb 05 '25 11:02 flozano

You are right! Good catch, if you mind please create a PR to fix the doc :-)

andsel avatar Feb 27 '25 14:02 andsel

@andsel Faced similar issue but with Maven. Here's the PR that corrects readme

dskarzh avatar Apr 16 '25 12:04 dskarzh