How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hglteam</groupId>
<artifactId>remote-config</artifactId>
<version>1.0.5</version>
</dependency>
Choose a version of org.hglteam : remote-config to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
remote-config-1.0.5
|
||
remote-config-1.0.4
|
|||
remote-config-1.0.3
|
|||
remote-config-1.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.hglteam</groupId>
<artifactId>remote-config</artifactId>
<version>1.0.5</version>
</dependency>
Advertisement