How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.adobe.aem.guides</groupId>
<artifactId>aem-guides-wknd.dispatcher.cloud</artifactId>
<version>3.2.0</version>
</dependency>
Choose a version of com.adobe.aem.guides : aem-guides-wknd.dispatcher.cloud to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
aem-guides-wknd.dispatcher.cloud-3.2.0
|
||
3.1.x |
aem-guides-wknd.dispatcher.cloud-3.1.0
|
||
3.0.x |
aem-guides-wknd.dispatcher.cloud-3.0.0
|
||
2.1.x |
aem-guides-wknd.dispatcher.cloud-2.1.4
|
||
aem-guides-wknd.dispatcher.cloud-2.1.2
|
|||
aem-guides-wknd.dispatcher.cloud-2.1.0
|
|||
2.0.x |
aem-guides-wknd.dispatcher.cloud-2.0.0
|
||
1.1.x |
aem-guides-wknd.dispatcher.cloud-1.1.0
|
||
1.0.x |
aem-guides-wknd.dispatcher.cloud-1.0.0
|
||
0.2.x |
aem-guides-wknd.dispatcher.cloud-0.2.0
|
||
0.1.x |
aem-guides-wknd.dispatcher.cloud-0.1.0
|
||
0.0.x |
aem-guides-wknd.dispatcher.cloud-0.0.6
|
||
aem-guides-wknd.dispatcher.cloud-0.0.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.adobe.aem.guides</groupId>
<artifactId>aem-guides-wknd.dispatcher.cloud</artifactId>
<version>3.2.0</version>
</dependency>
Advertisement