Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference tablesaw-core from Maven-Central #265

Open
HannesWell opened this issue Sep 3, 2021 · 1 comment
Open

Reference tablesaw-core from Maven-Central #265

HannesWell opened this issue Sep 3, 2021 · 1 comment

Comments

@HannesWell
Copy link
Collaborator

HannesWell commented Sep 3, 2021

The current tech.tablesaw packages are available on Maven-central under the following coordinates:

<dependency>
	<groupId>tech.tablesaw</groupId>
	<artifactId>tablesaw-core</artifactId>
	<version>0.38.4</version>
</dependency>

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.

@axkr
Copy link
Owner

axkr commented Sep 3, 2021

Unfortunately there is a tablesaw column type extension implemented for Symja:

image

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>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants