Skip to content

Import library using maven pom.xml

Step 1: Search dependency of the library what user want to import to project

Go to the url: https://mvnrepository.com/ then search library.

Step 2: Add dependency to pom.xml

(1) Open pom.xml file
(2) Click on the Add button
(3) Paste dependency
(4) Click on the Add button
(5) Click on the Save button

Step 3: Check the library is added successfully