When I install com.opencsv:opencsv:5.7.0 in IntelliJ via Project Structure -> Global Libraries -> Add Maven Dependency, it installs the correct jars, but CSVReader along with the rest of opencsv is not recognized by the system. I tried downloading to the lib folder along with a few other things I found online like invalidating cache/rebuild, but nothing has worked. Any ideas on how to get opencsv working in IntelliJ?


