NichtStudioCode / InvUI

A spigot library for creating custom inventory-based GUIs.
MIT License
242 stars 19 forks source link

Update README.md #49

Closed indaqoo closed 1 year ago

indaqoo commented 1 year ago

Current maven repository link is throwing 404. Should be: https://repo.xenondevs.xyz/#/releases

ByteZ1337 commented 1 year ago

No it shouldn't. You linked the dashboard, not the actual repository. The actual artifacts (aka what maven accesses) don't throw 404: https://repo.xenondevs.xyz/releases/xyz/xenondevs/invui/invui/1.15/invui-1.15.pom https://repo.xenondevs.xyz/releases/xyz/xenondevs/invui/invui-core/1.15/invui-core-1.15.jar

indaqoo commented 1 year ago

No it shouldn't. You linked the dashboard, not the actual repository. The actual artifacts (aka what maven accesses) don't throw 404: https://repo.xenondevs.xyz/releases/xyz/xenondevs/invui/invui/1.15/invui-1.15.pom https://repo.xenondevs.xyz/releases/xyz/xenondevs/invui/invui-core/1.15/invui-core-1.15.jar

For some reason my maven was not able the artifacts. But when i changed repository url to url above... It was able to do that.

ByteZ1337 commented 1 year ago

Try adding an extra / at the end of the repo url, that can sometimes fix the issue.