How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.distilledcode.aem</groupId>
<artifactId>aem-touch-ui-support-build</artifactId>
<version>0.1.4</version>
</dependency>
Choose a version of net.distilledcode.aem : aem-touch-ui-support-build to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
aem-touch-ui-support-build-0.1.4
|
||
aem-touch-ui-support-build-0.1.2
|
|||
aem-touch-ui-support-build-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.distilledcode.aem</groupId>
<artifactId>aem-touch-ui-support-build</artifactId>
<version>0.1.4</version>
</dependency>
Advertisement