Issues with the repositories
Undercoverer opened this issue ยท 1 comments
The main issues are that the repository provided does not match to the jitpack repository
<dependency>
<groupId>dev.lambdaurora</groupId>
<artifactId>lambdacontrols</artifactId>
<version>1.7.1+1.17</version>
</dependency>
versus the actual
<dependency>
<groupId>com.github.lambdaurora</groupId>
<artifactId>lambdacontrols</artifactId>
<version>1.6.0-1.16</version>
</dependency>
and that the version provided does not actually exist.
The most recent working version is 1.6.0-1.16
Screenshots
https://maven.gegy.dev/releases/dev/lambdaurora/lambdacontrols
Jitpack is bad.