How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.garethahealy.elastawatch</groupId>
<artifactId>elastawatch-parent</artifactId>
<version>6.4.0</version>
</dependency>
Choose a version of com.garethahealy.elastawatch : elastawatch-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.4.x |
elastawatch-parent-6.4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.garethahealy.elastawatch</groupId>
<artifactId>elastawatch-parent</artifactId>
<version>6.4.0</version>
</dependency>
Advertisement