Ok2Curl icon indicating copy to clipboard operation
Ok2Curl copied to clipboard

Were older versions removed from maven central?

Open rajohns08 opened this issue 1 year ago • 1 comments

I've been using 0.5.0 for a while now. All of a sudden today when running a build, I get:

* What went wrong:
Execution failed for task ':app:androidDependencies'.
> Could not resolve all artifacts for configuration ':app:prodDebugCompileClasspath'.
   > Could not find ok2curl-0.5.0.jar (com.github.mrmike:ok2curl:0.5.0).
     Searched in the following locations:
         https://plugins.gradle.org/m2/com/github/mrmike/ok2curl/0.5.0/ok2curl-0.5.0.jar

I looked at maven central via https://central.sonatype.com/artifact/com.github.mrmike/ok2curl/versions and https://mvnrepository.com/artifact/com.github.mrmike/ok2curl and only see version 0.7.0 and 0.8.0.

Were older versions removed?

rajohns08 avatar Jul 15 '24 18:07 rajohns08

Hello,

Not sure yet why older versions are no longer available on maven central. You can use Jitpack to access older versions or upgrade library to the lastest version.

mrmike avatar Jul 16 '24 05:07 mrmike