How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>it.micegroup.voila.runtime</groupId>
<artifactId>voila-runtime-root</artifactId>
<version>1.9</version>
</dependency>
Choose a version of it.micegroup.voila.runtime : voila-runtime-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9 |
voila-runtime-root-1.9
|
||
1.8 |
voila-runtime-root-1.8
|
||
1.7 |
voila-runtime-root-1.7
|
||
1.6 |
voila-runtime-root-1.6
|
||
1.5 |
voila-runtime-root-1.5
|
||
1.3 |
voila-runtime-root-1.3
|
||
1.0 |
voila-runtime-root-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>it.micegroup.voila.runtime</groupId>
<artifactId>voila-runtime-root</artifactId>
<version>1.9</version>
</dependency>
Advertisement