How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0.M1</version>
</dependency>
Choose a version of io.bootique.mvc : bootique-mvc-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
bootique-mvc-parent-3.0.M1
|
||
2.0.x |
bootique-mvc-parent-2.0.1
|
||
bootique-mvc-parent-2.0.RC1
|
|||
bootique-mvc-parent-2.0.B1
|
|||
bootique-mvc-parent-2.0.M1
|
|||
2.0 |
bootique-mvc-parent-2.0
|
||
1.3 |
bootique-mvc-parent-1.3
|
||
1.2 |
bootique-mvc-parent-1.2
|
||
1.1 |
bootique-mvc-parent-1.1
|
||
1.0 |
bootique-mvc-parent-1.0
|
||
1.0.x |
bootique-mvc-parent-1.0.RC1
|
||
0.25 |
bootique-mvc-parent-0.25
|
||
0.24 |
bootique-mvc-parent-0.24
|
||
0.7 |
bootique-mvc-parent-0.7
|
||
0.6 |
bootique-mvc-parent-0.6
|
||
0.5 |
bootique-mvc-parent-0.5
|
||
0.4 |
bootique-mvc-parent-0.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0.M1</version>
</dependency>
Advertisement