sayyam / carouselview

A simple library to add carousel view in android app.
Apache License 2.0
1.15k stars 260 forks source link

Need to move out the artifact to another host repo #126

Open jboxx opened 3 years ago

jboxx commented 3 years ago

Hi, Jfrog announced that they want to shut down the bintray and jcenter services, it's considerable to move the artifact to another repo such as Maven Central or Jitpack

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

kikoso commented 3 years ago

@sayyam, would you need any support here? The package is not accessible via jcenter(), and mavenCentral() is the more appropriate alternative.

alexmaryin commented 3 years ago

@kikoso, you may use this option: add maven { url 'https://jitpack.io' } to repositories of the project or module and use impementation 'com.github.sayyam:carouselview:d46b3c394f'

kikoso commented 3 years ago

@alexmaryin, I would rather have it managed via mavenCentral(), if @sayyam agrees with having the package distributed through it.

hbb20 commented 3 years ago

@sayyam Any plans for this? It will be a great help to devs. Thanks.

ninovanhooff commented 2 years ago

Friends, this project has not been touched for 3 years. I think we can't count on the maintainer anymore (and seriously, who would blame them after such a long time?) Even though JCenter will remain available indefinitely in read-only state , you can migrate away from it by using the Jitpack Repo and import your Dependency like described here: https://jitpack.io/#sayyam/carouselview/d46b3c394f

Note that the version "d46b3c394f" refers to the latest commit of this project

alexmaryin commented 2 years ago

I moved into compose. Making similar and better in set up carousels is very simple.