How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.exadel.aem</groupId>
<artifactId>aem-authoring-toolkit</artifactId>
<version>1.2.1</version>
</dependency>
Choose a version of com.exadel.aem : aem-authoring-toolkit to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
aem-authoring-toolkit-1.2.1
|
||
aem-authoring-toolkit-1.2.0
|
|||
1.1.x |
aem-authoring-toolkit-1.1.1
|
||
aem-authoring-toolkit-1.1.0
|
|||
1.0.x |
aem-authoring-toolkit-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.exadel.aem</groupId>
<artifactId>aem-authoring-toolkit</artifactId>
<version>1.2.1</version>
</dependency>
Advertisement