antonyt / InfiniteViewPager

Augment Android's ViewPager with wrap-around functionality.
MIT License
694 stars 193 forks source link

Failed to resolve: com.antonyt.infiniteviewpager:library:1.0.0 #35

Open bhavesh-hirpara opened 9 years ago

bhavesh-hirpara commented 9 years ago

Error:(64, 13) Failed to resolve: com.antonyt.infiniteviewpager:library:1.0.0

VernonLee commented 8 years ago

I have same error

SeloSlav commented 8 years ago

Same.

SeloSlav commented 8 years ago

It works! You just have to make sure the dependency is spelled correctly. It is case-sensitive.

compile 'com.github.antonyt:InfiniteViewPager:v1.0.0'

NixSam commented 8 years ago

Take a look at this: https://jitpack.io/#antonyt/InfiniteViewPager/v1.0.0

ghost commented 8 years ago

the README file should be updated with

dependencies {
    compile 'com.github.antonyt:InfiniteViewPager:v1.0.0'
}
BoxResin commented 7 years ago

Please change the README file!

Andronymous commented 7 years ago

same problem because of wrong README in android arsenal link.please change it too. tanks @santafebound for share your solution :)

deeman30rus commented 6 years ago

same