I want to use this external library in my Intellij Maven project. I have tried to do it like official described and like often recommended here or here.
But always I try to type ReedSolomon
or com.backblaze.erasure.ReedSolomon
, ReedSolomon
is marked red and Cntrl+b says "Cannot find declaration to go to". Also Alt+Enter gives me no posibility to import the class.
Other libraries are added and were recognized.
Isn't it possible to use this zip as external library? Do you have any ideas what I can try else?
Thanks!