You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a corresponding dependency to the matheclipse-io module, all tech.tablesaw source-packages can be removed from matheclipse-io.
The pom of tablesaw says that the compiler targets Java 1.8 and I have checked the compiled class files and they have version 52.0 which corresponds to Java-1.8. So this should not be an issue this time.
Are there any reason why not to use the Maven-dependency? If not I will submit a PR.
The text was updated successfully, but these errors were encountered:
…kr#265)
Replace the embedded source code of the tablesaw-jsplot sub-project with
a corresponding Maven dependency.
The Maven coordinates are (version may of course change):
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-jsplot</artifactId>
<version>0.42.0</version>
</dependency>
HannesWell
added a commit
to HannesWell/symja_android_library
that referenced
this issue
Jan 9, 2022
…kr#265)
Replace the embedded source code of the tablesaw-jsplot sub-project with
a corresponding Maven dependency.
The Maven coordinates are (version may of course change):
<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-jsplot</artifactId>
<version>0.42.0</version>
</dependency>
The current
tech.tablesaw
packages are available on Maven-central under the following coordinates:When adding a corresponding dependency to the matheclipse-io module, all
tech.tablesaw
source-packages can be removed from matheclipse-io.The pom of tablesaw says that the compiler targets Java 1.8 and I have checked the compiled class files and they have version 52.0 which corresponds to Java-1.8. So this should not be an issue this time.
Are there any reason why not to use the Maven-dependency? If not I will submit a PR.
The text was updated successfully, but these errors were encountered: