How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.waffle</groupId>
<artifactId>waffle-spring-boot2</artifactId>
<version>3.3.0</version>
</dependency>
Choose a version of com.github.waffle : waffle-spring-boot2 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.3.x |
waffle-spring-boot2-3.3.0
|
||
3.2.x |
waffle-spring-boot2-3.2.0
|
||
3.1.x |
waffle-spring-boot2-3.1.1
|
||
waffle-spring-boot2-3.1.0
|
|||
3.0.x |
waffle-spring-boot2-3.0.0
|
||
2.3.x |
waffle-spring-boot2-2.3.0
|
||
2.2.x |
waffle-spring-boot2-2.2.1
|
||
2.1.x |
waffle-spring-boot2-2.1.1
|
||
waffle-spring-boot2-2.1.0
|
|||
2.0.x |
waffle-spring-boot2-2.0.0
|
||
waffle-spring-boot2-2.0.0-beta2
|
|||
waffle-spring-boot2-2.0.0-beta1
|
|||
1.9.x |
waffle-spring-boot2-1.9.1
|
||
waffle-spring-boot2-1.9.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.waffle</groupId>
<artifactId>waffle-spring-boot2</artifactId>
<version>3.3.0</version>
</dependency>
Advertisement