play-json-refined
play-json-refined copied to clipboard
Deleted from jcenter?
Hi!
Has this been deleted from jcenter? Are artifacts available anywhere else now?
[error] stack trace is suppressed; run last update for the full output
[error] (update) sbt.librarymanagement.ResolveException: Error downloading de.cbley:play-json-refined_2.13:0.8.0
[error] Not found
[error] Not found
[error] not found: /home/henri/.ivy2/localde.cbley/play-json-refined_2.13/0.8.0/ivys/ivy.xml
[error] not found: https://repo1.maven.org/maven2/de/cbley/play-json-refined_2.13/0.8.0/play-json-refined_2.13-0.8.0.pom
[error] not found: https://jcenter.bintray.com/de/cbley/play-json-refined_2.13/0.8.0/play-json-refined_2.13-0.8.0.pom
[error] Total time: 4 s, completed 22 Jun 2023, 13:39:21
@avdv 🙏🏻
I'll have a look and see if I can get it published somewhere else.
BTW, for the time being, you could use jitpack: https://jitpack.io/#avdv/play-json-refined/v0.8.0
Thanks for that @avdv ! Do you have any idea why it vanished off jcenter OOI?
It seems jcenter.bintray.com is just redirected to repo1.maven.org now...
$ https -p h https://jcenter.bintray.com/de/cbley/play-json-refined_2.13/0.8.0/play-json-refined_2.13-0.8.0.pom
HTTP/1.1 301 Moved Permanently
Connection: keep-alive
Content-Length: 162
Content-Type: text/html
Date: Fri, 23 Jun 2023 08:22:14 GMT
Location: https://repo1.maven.org/maven2/de/cbley/play-json-refined_2.13/0.8.0/play-json-refined_2.13-0.8.0.pom
Yes that's right, bintray stopped hosting jcenter a couple of years ago and maven.org took over the hosting. Everything should have been mirrored forever though, I thought!
update, it's also faulty on https://mvnrepository.com/artifact/de.cbley/play-json-refined_2.13/0.8.0 it yields 404 when trying to access these files; using https://jitpack.io/#avdv/play-json-refined/v0.8.0 as mentioned by @avdv works
that does require to update the coordinates of this dep
libraryDependencies += "com.github.avdv" % "play-json-refined" % "v0.8.0"