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.