How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>fr.norad.visuwall.providers</groupId>
<artifactId>clients</artifactId>
<version>0.3.5</version>
</dependency>
Choose a version of fr.norad.visuwall.providers : clients to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
clients-0.3.5
|
||
clients-0.3.4
|
|||
clients-0.3.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>fr.norad.visuwall.providers</groupId>
<artifactId>clients</artifactId>
<version>0.3.5</version>
</dependency>
Advertisement