File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ a CSV file in the format of choice.
66
77To use it in your project, add the following dependencies to your code
88``` groovy
9- implementation 'se.alipsa.matrix:matrix-core:3.5 .0'
10- implementation 'se.alipsa.matrix:matrix-csv:2.2.1 '
9+ implementation 'se.alipsa.matrix:matrix-core:3.6 .0'
10+ implementation 'se.alipsa.matrix:matrix-csv:2.2.2 '
1111```
1212
1313## Import a CSV file into a Matrix
@@ -84,11 +84,5 @@ exportToCsv() takes a File or a Writer as output parameter.
8484
8585
8686# Release version compatibility matrix
87- The following table illustrates the version compatibility of the matrix-csv and matrix core
88-
89- | Matrix csv | Matrix core |
90- | ---------------:| ---------------:|
91- | 1.0.0 | 1.2.3 -> 1.2.4 |
92- | 1.0.1 | 2.0.0 -> 2.1.1 |
93- | 1.1.0 | 2.2.0 |
94- | 2.0.0 -> 2.2.0 | 2.2.0 -> 3.4.0 |
87+ See the [ Matrix BOM] ( https://mvnrepository.com/artifact/se.alipsa.matrix/matrix-bom ) for the recommended combinations of matrix library versions.
88+
You can’t perform that action at this time.
0 commit comments