QRGen
QRGen copied to clipboard
All old versions are gone (2.6.0 ; 2.5.0 ; 2.4.0 ; 2.3.0 ; 2.2.0 ...)
Since recently I get errors resolving older QRGen versions like 2.6.0. (2.5.0 ; 2.4.0 ; 2.3.0 ; 2.2.0 ...) I think mulesoft did host them but they are gone :-o
https://mvnrepository.com/artifact/com.github.kenglxn.qrgen/javase?repo=mulesoft-public
Where can we get those versions? I can't change older versions of our application which relied on these versions...
Do you have the source available and can add another repo or put the files (build from source) to the classpath? In case you have an own nexus (whatever maven repo) you can add the artifacts manually to that repo. The version are available via jitpack https://jitpack.io/#kenglxn/QRGen
I manually added jitpack as a remote repo so it is working for now. But still strange why the artifacts suddenly disappeared.