zeeshanejaz / unirest-android

This is an android port of unirest-java
MIT License
32 stars 13 forks source link

Failed to resolve dependency #1

Closed ianjuma closed 9 years ago

ianjuma commented 9 years ago

Tried fetching dependencies using maven, below is the error. Is there an available jar file? The url seems invalid.

[ERROR] Failed to execute goal on project unirest-java: 
Could not resolve dependencies for project com.mashape.unirest:unirest-java:jar:1.4.5:
 Could not find artifact com.mashape.unirest:unirest-android:jar:1.0.1 in unirest-for-android 
(https://raw.github.com/zeeshanejaz/unirest-android/mvn-repo) -> [Help 1]
apimatic commented 9 years ago

Can you please use the updated fork from here: https://github.com/apimatic/unirest-android The maven repo url for this is : https://raw.github.com/apimatic/unirest-android/mvn-repo Also, can you tell me which tool are you using? Gradle / Eclipse ADT / Android Studio?

ianjuma commented 9 years ago

Android Studio, updated it - same error. Artifact doesn't seem to exist, could the README be updated as well

ianjuma commented 9 years ago

managed to resolve the issue

BraulioRM commented 7 years ago

how did you solve the problem at the end?