How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>nz.ac.auckland.aem</groupId>
<artifactId>contentgraph</artifactId>
<version>1.5</version>
</dependency>
Choose a version of nz.ac.auckland.aem : contentgraph to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5 |
contentgraph-1.5
|
||
1.3 |
contentgraph-1.3
|
||
1.2 |
contentgraph-1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>nz.ac.auckland.aem</groupId>
<artifactId>contentgraph</artifactId>
<version>1.5</version>
</dependency>
Advertisement