See this link (as I suspected) has the POM file and no jar.
Important Notes:
You have to add google() to repositories in build.gradle file and put it at first position:
... repositories { google() jcenter() } ...
In my case the problem was the repository order.