evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 454 forks source link

Unable to install library in my android project #349

Closed levosoft closed 3 years ago

levosoft commented 3 years ago

Hi @evrencoskun!

Your project is very cool, but unfortunatly I can't install it to my project in Android Studio, by your Wiki page. ("Getting Started")

dependencies { implementation 'com.evrencoskun.library:tableview:0.8.9.2' implementation 'androidx.recyclerview:recyclerview:1.1.0' }

I receive this message, after I try syncing gradle: "Failed to resolve: com.evrencoskun.library:tableview:0.8.9.2"

Please help me!

Zardozz commented 3 years ago

I successfully use

implementation 'com.evrencoskun.library:tableview:0.8.9.2'

As it is published at https://bintray.com/beta/#/evrencoskun/maven/tableview/0.8.9.2?tab=overview

should have said you do have jcenter in your repositories list?

levosoft commented 3 years ago

Thank you @Zardozz ! Now it works fine! Yes, the missing jcenter was the problem...