EdwardRaff / JSAT

Java Statistical Analysis Tool, a Java library for Machine Learning
GNU General Public License v3.0
789 stars 205 forks source link

How to create maven project for JSAT #91

Open ramjan-raeen opened 4 years ago

ramjan-raeen commented 4 years ago

How to create maven project for JSAT? Could you tell me anyone the command and argument to create maven project for JSAT? I tried to add dependencies into POM.xml file, whatever is given but it didn't work. Please help me

Thanks and regards

EdwardRaff commented 4 years ago

Are you trying to edit the JSAT project or add it as a dependency to another project?

I use Netbeans which as built in maven support. Much easier than the command line!

Sent from my iPhone

On Oct 6, 2020, at 1:28 AM, Ramjan Raeen notifications@github.com wrote:

 How to create maven project for JSAT? Could you tell me anyone the command and argument to create maven project for JSAT? I tried to add dependencies into POM.xml file, whatever is given but it didn't work. Please help me

Thanks and regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ramjan-raeen commented 4 years ago

Thanks to response me

Yes, I'm trying to add dependencies to another project. Basically, I'm trying to use your API as a machine learning model and cross-check.

Thank you Ramjan

On Tue, Oct 6, 2020 at 7:00 PM EdwardRaff notifications@github.com wrote:

Are you trying to edit the JSAT project or add it as a dependency to another project?

I use Netbeans which as built in maven support. Much easier than the command line!

Sent from my iPhone

On Oct 6, 2020, at 1:28 AM, Ramjan Raeen notifications@github.com wrote:

 How to create maven project for JSAT? Could you tell me anyone the command and argument to create maven project for JSAT? I tried to add dependencies into POM.xml file, whatever is given but it didn't work. Please help me

Thanks and regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/EdwardRaff/JSAT/issues/91#issuecomment-704269914, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJWUS3QH6LCTESH4VIEYXMTSJMLWPANCNFSM4SFRJMPA .

EdwardRaff commented 4 years ago

Ok. Please see some of the tutorials out there for maven. Like this https://stackoverflow.com/questions/9164893/how-do-i-add-a-maven-dependency-in-eclipse https://stackoverflow.com/questions/9164893/how-do-i-add-a-maven-dependency-in-eclipse or this https://spring.io/guides/gs/maven/ https://spring.io/guides/gs/maven/ . You can search for guides based on the particulars of your build/dev tools as well, as there is no way for me to know that.

On Oct 6, 2020, at 9:02 PM, Ramjan Raeen notifications@github.com wrote:

Thanks to response me

Yes, I'm trying to add dependencies to another project. Basically, I'm trying to use your API as a machine learning model and cross-check.

Thank you Ramjan

On Tue, Oct 6, 2020 at 7:00 PM EdwardRaff notifications@github.com wrote:

Are you trying to edit the JSAT project or add it as a dependency to another project?

I use Netbeans which as built in maven support. Much easier than the command line!

Sent from my iPhone

On Oct 6, 2020, at 1:28 AM, Ramjan Raeen notifications@github.com wrote:

 How to create maven project for JSAT? Could you tell me anyone the command and argument to create maven project for JSAT? I tried to add dependencies into POM.xml file, whatever is given but it didn't work. Please help me

Thanks and regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/EdwardRaff/JSAT/issues/91#issuecomment-704269914, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJWUS3QH6LCTESH4VIEYXMTSJMLWPANCNFSM4SFRJMPA .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/EdwardRaff/JSAT/issues/91#issuecomment-704631855, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAPKNUSEP7FT5E743YENW6DSJO435ANCNFSM4SFRJMPA.