In Gradle, I need simply add:
repositories { jcenter() }
What is the simplest and proper way to do the same in maven pom.xml or wher
Just add a repositories section in your pom:
jcenter jcenter https://jcenter.bintray.com