We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdeca30 commit 1b88cdaCopy full SHA for 1b88cda
README.md
@@ -45,10 +45,21 @@ You can check new implementations of `TableView` on the [release page](https://g
45
46
To use this library in your Android project, just add the following dependency into your module's `build.gradle`:
47
48
+***Use Jitpack implementation***
49
+
50
+1. Check Jitpack use :
51
+```
52
+ allprojects {
53
+ repositories {
54
+ ...
55
+ maven { url 'https://jitpack.io' }
56
+ }
57
58
59
60
+2. Add implementation in project build :
61
```
-dependencies {
- implementation 'com.evrencoskun.library:tableview:0.8.9.4'
-}
62
+implementation 'com.github.evrencoskun:TableView:v0.8.9.4'
63
64
65
## Documentation
0 commit comments