How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.almis.awe</groupId>
<artifactId>awe-parent</artifactId>
<version>4.0.5</version>
</dependency>
Choose a version of com.almis.awe : awe-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
awe-parent-4.0.5
|
||
awe-parent-4.0.4
|
|||
awe-parent-4.0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.almis.awe</groupId>
<artifactId>awe-parent</artifactId>
<version>4.0.5</version>
</dependency>
Advertisement