Hello!
I've added repo and dependency exactly as described to my gradle project, when I build it I get such an error:
Could not resolve all dependencies for configuration ':compile'.
> Could not resolve com.github.franmontiel:PersistentCookieJar:v1.0.1.
Required by:
:libjam:unspecified
> Could not resolve com.github.franmontiel:PersistentCookieJar:v1.0.1.
> Could not get resource 'https://jitpack.io/com/github/franmontiel/PersistentCookieJar/v1.0.1/PersistentCookieJar-v1.0.1.pom'.
> Could not GET 'https://jitpack.io/com/github/franmontiel/PersistentCookieJar/v1.0.1/PersistentCookieJar-v1.0.1.pom'.
> peer not authenticated
That said, I can access the pom from my browser. What can it be?
Hello!
I've added repo and dependency exactly as described to my gradle project, when I build it I get such an error:
That said, I can access the pom from my browser. What can it be?