Issue
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.
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.
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
Answered By - Nandha
Answer Checked By - Katrina (JavaFixing Volunteer)