How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>be.dabla</groupId>
<artifactId>grizzly-spring-boot-starter-parent</artifactId>
<version>2.7</version>
</dependency>
Choose a version of be.dabla : grizzly-spring-boot-starter-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.7 |
grizzly-spring-boot-starter-parent-2.7
|
||
2.6 |
grizzly-spring-boot-starter-parent-2.6
|
||
2.5 |
grizzly-spring-boot-starter-parent-2.5
|
||
2.4 |
grizzly-spring-boot-starter-parent-2.4
|
||
2.3 |
grizzly-spring-boot-starter-parent-2.3
|
||
2.2 |
grizzly-spring-boot-starter-parent-2.2
|
||
2.1 |
grizzly-spring-boot-starter-parent-2.1
|
||
2.0 |
grizzly-spring-boot-starter-parent-2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>be.dabla</groupId>
<artifactId>grizzly-spring-boot-starter-parent</artifactId>
<version>2.7</version>
</dependency>
Advertisement