kenglxn / QRGen

a simple QRCode generation api for java built on top ZXING
http://glxn.net/2012/03/10/qrgen-a-small-wrapper-on-top-of-zxing-for-generating-qrcodes-in-java
1.49k stars 299 forks source link

Invalid maven groupid #79

Closed marcolenzo closed 8 years ago

marcolenzo commented 8 years ago

The groupid for your artifact in Maven seems to be com.github.kenglxn.QRGen. I know this is a minor thing but it took me some time to realize since in your documentation you state it as com.github.kenglxn.qrgen.

marcolenzo commented 8 years ago

Actually I must have some other issue because I am not managing to pull the artifact either way.

atomfrede commented 8 years ago

Have you added the jitpack repo? The artifact id is com.github.kenglxn.QRGen:javase:2.2.0 for the javase submodule

kenglxn commented 8 years ago

Closing this. The group-id is correct in the readme.