'missing artifact com.google.firebase-auth:jar:11.2.0

I am trying to create an app using firebase realtime database. I want to use firebase authentication but when I try to add the dependency to my pom.xml I get the error missing artifact com.google.firebase-auth:jar:11.2.0. I searched in other posts and in gradle they solved adding the url https://maven.google.com so I tried to add a repository with that url enter image description here

But I keep getting the error. My dependency is this

enter image description here

I am using, java, maven and spring boot.

How can I add the dependency?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source