Using github packages in Gradle and Maven projects
Github packages is an easy way to publish current snapshot versions. The biggest problem with it is access token requirement for accessing published packages (no free access). Yes, I know, there is a super simple jitpack for this, but it can’t be use...