LoCCAM Public Repository How to import LoCCAM? Add it to your build.gradle with: allprojects { repositories { maven { url "https://jitpack.io" } } } and: dependencies { compile 'com.github.great-ufc:loccam:{latest version}' }