Development tools : Application wizard : Creating XUI projects by using Apache Maven : Manage project dependencies
  
Manage project dependencies
You manage project dependencies, third-party libraries, and UDTT libraries by configuring the pom.xml file that is located in the root directory of the project:
This graphic is described in the surrounding text.
You can add new dependencies under the dependencies element:
Third party libraries are available from the Maven repository (https://mvnrepository.com).
UDTT libraries are located in the local repository.
Go up to
Creating XUI projects by using Apache Maven