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

Could not install from Maven #214

Open
karim-hammami opened this issue Apr 26, 2023 · 3 comments
Open

Could not install from Maven #214

karim-hammami opened this issue Apr 26, 2023 · 3 comments

Comments

@karim-hammami
Copy link

after adding the required dependencies in pom.xml all I get is Dependency 'be.tarsos.dsp:jvm:2.5' not found

also after searching in maven central i also couldn't install it

@CapedBojji
Copy link

CapedBojji commented May 4, 2023

you probably didnt include the
<repositories>
<repository>
<id>be.0110.repo-releases</id>
<name>0110.be repository</name>
<url>https://mvn.0110.be/releases&lt;/url>
</repository>
</repositories>
tag

@giona69
Copy link

giona69 commented Aug 22, 2023

@AFreeBaldy

I have the same problem ... where do you include this?

thanks !!!

@CapedBojji
Copy link

@AFreeBaldy

I have the same problem ... where do you include this?

thanks !!!

In your pom.xml of your maven project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants