Hi Niketan,
I've actually dealt with the same problem before (using SystemML as a
dependency) and i think this would be a good time to bring up
modularization of the project again. Given that we plan to distribute
the linear algebra libraries as a separate jar, I think modularization
can help
Hi all,
I recently got a request from one of our users to compile a fat SystemML
jar that he can include in his Java project.
Here are possible options:
1. Compiling a fat jar using the following command and including it as
"system" dependency:
mvn clean package -P standalone-jar
2. If the pro