How to add GitHub Package Registry package as a Gradle dependency
问题 So, I have a GitHub project with a Package Registry configured. It has two packages: Package pages have instructions only for Maven, besides that, the instructions are broken ( maven install so57323260 is not a valid way to add a dependency in Maven): Question is: how do I add that package in a Gradle build? 回答1: New answer : GitHub has published the official guide: Configuring Gradle for use with GitHub Packages. Old answer : First, configure Github Package Registry as a Maven repository in