Common allprojects { repositories { ... maven { url 'https://jitpack.io' } } } dependencies { implementation 'com.github.sailorr:Common:Tag' }