How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.liftwizard</groupId>
<artifactId>liftwizard-profile-parent</artifactId>
<version>2.1.8</version>
</dependency>
Choose a version of io.liftwizard : liftwizard-profile-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
liftwizard-profile-parent-2.1.8
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.liftwizard</groupId>
<artifactId>liftwizard-profile-parent</artifactId>
<version>2.1.8</version>
</dependency>
Advertisement