How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.avionos.aem.foundation</groupId>
<artifactId>avionos-aem-foundation</artifactId>
<version>1.1.1</version>
</dependency>
Choose a version of com.avionos.aem.foundation : avionos-aem-foundation to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
avionos-aem-foundation-1.1.1
|
||
avionos-aem-foundation-1.1.0
|
|||
1.0.x |
avionos-aem-foundation-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.avionos.aem.foundation</groupId>
<artifactId>avionos-aem-foundation</artifactId>
<version>1.1.1</version>
</dependency>
Advertisement