Need help to import OpenAPI repository in build.gradle files

I am a newbie and trying to import the OpenAPI Rep for an android application I am trying to test.

It gives an error

Execution failed for task ‘:app:checkDebugAarMetadata’.

Could not resolve all files for configuration ‘:app:debugRuntimeClasspath’.
Could not find com.openai:openai:0.3.0.
Searched in the following locations:
- [h]ttps[:]//dl[.]google[.]com/dl/android/maven2/com/openai/openai/0.3.0/openai-0.3.0.pom
- [h]ttps[:]//jcenter[.]bintray[.]com/com/openai/openai/0.3.0/openai-0.3.0.pom
- [h]ttps[:]//dl.bintray[.]com/openai/maven/com/openai/openai/0.3.0/openai-0.3.0.pom

I am failing to understand how come is not able to find the rep at the location.

Any possible suggestions would be appreciated.