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:
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.
See also
Creating XUI projects by using Apache Maven
This site works best with JavaScript enabled