How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>it.micegroup</groupId>
<artifactId>voila2runtime-bi</artifactId>
<version>1.7</version>
</dependency>
Choose a version of it.micegroup : voila2runtime-bi to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7 |
voila2runtime-bi-1.7
|
||
1.6 |
voila2runtime-bi-1.6
|
||
1.5 |
voila2runtime-bi-1.5
|
||
1.4 |
voila2runtime-bi-1.4
|
||
1.1 |
voila2runtime-bi-1.1
|
||
1.0 |
voila2runtime-bi-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>it.micegroup</groupId>
<artifactId>voila2runtime-bi</artifactId>
<version>1.7</version>
</dependency>
Advertisement