JSAT icon indicating copy to clipboard operation
JSAT copied to clipboard

How to create maven project for JSAT

Open ramjan-raeen opened this issue 5 years ago • 3 comments

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

ramjan-raeen avatar Oct 06 '20 05:10 ramjan-raeen

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 [email protected] 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.

EdwardRaff avatar Oct 06 '20 13:10 EdwardRaff

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 [email protected] 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 [email protected] 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 .

ramjan-raeen avatar Oct 07 '20 01:10 ramjan-raeen

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 [email protected] 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 [email protected] 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 [email protected] 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.

EdwardRaff avatar Oct 07 '20 01:10 EdwardRaff