JavaRush/Java Blog/Random EN/Connecting the Jackson library in level 33
ColdDeath
Level 34

Connecting the Jackson library in level 33

Published in the Random EN group
members
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 level 33 - 1The link will take you to a page with 3 elements:
  • Jackson Databind
  • Jackson Core
  • Jackson Annotations
It’s not clear which one to download. Most likely everything. When you click on each item, there is no download link. This is a Maven repository. So you can only add Jackson to your project through Maven? Please tell me how to do this?
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet