You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My "MyOkhttp" library on jcenter which extend okhttp3. I want to dependency PersistentCookieJar with pom, but it only release on jitpack.
Can it release on jcenter? Or I fork it and publish with my jcenter account. (with group id 'com.franmontiel')
Look forward to your soonest reply.
The text was updated successfully, but these errors were encountered:
Could not find artifact com.github.franmontiel:PersistentCookieJar:jar:v1.0.1
So I tried with wget:
wget https://jitpack.io/com/github/franmontiel/PersistentCookieJar/v1.0.1/PersistentCookieJar-v1.0.1.jar
--2017-05-30 17:31:19-- https://jitpack.io/com/github/franmontiel/PersistentCookieJar/v1.0.1/PersistentCookieJar-v1.0.1.jar
Connexion à proxy… connecté.
requête Proxy transmise, en attente de la réponse… 404 Not Found
2017-05-30 17:31:19 erreur 404 : Not Found.
I don't know if the issue is on your side or on jitpack side, but having it on jcenter would be easier for sure.
My "MyOkhttp" library on jcenter which extend okhttp3. I want to dependency PersistentCookieJar with pom, but it only release on jitpack.
Can it release on jcenter? Or I fork it and publish with my jcenter account. (with group id 'com.franmontiel')
Look forward to your soonest reply.
The text was updated successfully, but these errors were encountered: