File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ With Gradle:
2424
2525```
2626// Tabitha API
27- compile 'com.widen:tabitha-core:0.3 '
27+ compile 'com.widen:tabitha-core:0.4.0 '
2828// Support for CSV, TSV, etc
29- compile 'com.widen:tabitha-delimited:0.3 '
29+ compile 'com.widen:tabitha-delimited:0.4.0 '
3030// Support for XLSX and XLS
31- compile 'com.widen:tabitha-excel:0.3 '
31+ compile 'com.widen:tabitha-excel:0.4.0 '
3232```
3333
3434Other dependency managers should be similar.
Original file line number Diff line number Diff line change 1+ description = ' Tabitha support for delimiter-based formats'
2+
13dependencies {
24 compile project(' :tabitha-core' )
35 compile ' com.opencsv:opencsv:3.8'
Original file line number Diff line number Diff line change 1+ description = ' Tabitha support for Excel formats'
2+
13dependencies {
24 compile project(' :tabitha-core' )
35 compile ' org.apache.poi:ooxml-schemas:1.3'
You can’t perform that action at this time.
0 commit comments