-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
How to create maven project for JSAT #91
Comments
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 ***@***.***> 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.
|
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 ***@***.***> 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 ***@***.***>
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
<#91 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJWUS3QH6LCTESH4VIEYXMTSJMLWPANCNFSM4SFRJMPA>
.
|
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 ***@***.***> 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 ***@***.***> 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 ***@***.***>
> 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
> <#91 (comment)>, 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 <#91 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAPKNUSEP7FT5E743YENW6DSJO435ANCNFSM4SFRJMPA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: