I'm trying to add TMDB wrapper (com.omertron:themoviedbapi:4.0) Into my Android studio project. I added it through the edit libraries and dependencies. But when I run the app after adding it I get some error messages
This is the Error I am receiving
These are the dependencies
I added the dependencies for the jackson annotations, core, and databind but the still show up in the error. Should I add the jar files rather than the library dependency?