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 280d44d commit 9f5ee2dCopy full SHA for 9f5ee2d
README.md
@@ -24,11 +24,13 @@ With Gradle:
24
25
```
26
// Tabitha API
27
-compile 'com.widen:tabitha-core:0.4.0'
+compile 'com.widen:tabitha-core:{version}'
28
// Support for CSV, TSV, etc
29
-compile 'com.widen:tabitha-delimited:0.4.0'
+compile 'com.widen:tabitha-delimited:{version}'
30
// Support for XLSX and XLS
31
-compile 'com.widen:tabitha-excel:0.4.0'
+compile 'com.widen:tabitha-excel:{version}'
32
+// Support for reading line-separated JSON objects
33
+compile 'com.widen:tabitha-json:{version}'
34
35
36
Other dependency managers should be similar.
0 commit comments