How to add third-party JAR package to MAVEN project project

The first step is to open the third-party JAR package and view the pom configuration in the pom.proterties file in the file directory META-INF\maven; the

second step is to add the configuration of the third-party JAR package to the pom file of your own project. Because the pom.proterties file in the third-party JAR package contains groupId, artifactId, and version, you can directly copy it into your own maven project.

The third step is to install your own maven project project. This step is mainly to automatically create the file directory path in the POM configuration. The

fourth step is to put the third-party JAR package in the corresponding file directory in the local maven library. The

last step is to install your own maven project project

completed . . . . .

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326525216&siteId=291194637
Recommended