First add the dependency and gradle repository to build.gradle
repositories { maven { url 'https://mvnrepository.com/artifact/me.neavo/vitamio' } }
Depending on the repository, add the dependency as follows:
dependencies { compile group: 'me.neavo', name: 'vitamio', version: '4.2.2' }
Then sync the project
source share