简体   繁体   中英

Android Studio Gradle Dependencies not resolving

Hi guys trying to add the following gradle dependency in an android studio project:

compile "io.swagger:openalpr_api:2.0.1"

Sync keeps failing saying that it is unable to resolve, have made sure global settings are not on offline and tried changing standard repositories to mavenCentral but still receiving the same failed to resolve error.

Can someone try to import the above dependency to check if its not just me?

Thanks for any help or advice

That artifact does not appear to be hosted online. Instead, the documentation instructs you to execute a local Maven build, deploying the artifact to a local Maven repository.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM