Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Maven artifact not found in central

I’m trying to use this Maven dependency for a project https://mvnrepository.com/artifact/org.eclipse.ecf.protocol/bittorrent/0.3.0
I used the declaration in my pom.xml, when I update the project it could not resolve dependency from this https://repo.maven.apache.org/maven2/ URL.

Maven Error screenshot

So I looked up the page and there was no Bittorent jar there. Can anyone explain me why this jar is missing from the maven2 repo and how to resolve this error. I tried other answers but nothing works for this one.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

There are other ways for an author to host their jars in their public website. But I’m not sure why dependency resolving error occurs in this repo, when I figure out I’ll edit this answer to include it.
Until then You can download the jar from files section of the repository page and include it in your class path to solve this issue for now.

here’s the link to file

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading