Hi all! Reached level 33, lectures on JSON. The lecture provides a link to download this framework, but describes how to connect it. " First you need to download this framework and add it to your project. You need to do this in Intellij IDEA by itself. You can download the project from the link . " Connecting the Jackson library in the 33rd level - 1The link will lead to a page with 3 elements:
  • Jackson databind
  • Jackson Core
  • Jackson Annotations
Which one to download is not clear. Most likely everything. By clicking on each item, there is no download link. It's a Maven repository, after all. That is, only through Maven can you add Jackson to your project? Tell me, please, how to do this?