How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-build</artifactId>
<version>2.0.0</version>
</dependency>
Choose a version of com.solace.spring.boot : solace-spring-boot-build to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
solace-spring-boot-build-2.0.0
|
||
1.3.x |
solace-spring-boot-build-1.3.0
|
||
1.2.x |
solace-spring-boot-build-1.2.2
|
||
solace-spring-boot-build-1.2.1
|
|||
solace-spring-boot-build-1.2.0
|
|||
1.1.x |
solace-spring-boot-build-1.1.1
|
||
solace-spring-boot-build-1.1.0
|
|||
1.0.x |
solace-spring-boot-build-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-build</artifactId>
<version>2.0.0</version>
</dependency>
Advertisement