How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>top.zopx</groupId>
<artifactId>square-spring-boot-starter</artifactId>
<version>1.3.1</version>
</dependency>
Choose a version of top.zopx : square-spring-boot-starter to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
square-spring-boot-starter-1.3.1
|
||
square-spring-boot-starter-1.3.0
|
|||
1.1.x |
square-spring-boot-starter-1.1.8
|
||
square-spring-boot-starter-1.1.7
|
|||
square-spring-boot-starter-1.1.6
|
|||
square-spring-boot-starter-1.1.5
|
POM as dependency in dependencyManagement
<dependency>
<groupId>top.zopx</groupId>
<artifactId>square-spring-boot-starter</artifactId>
<version>1.3.1</version>
</dependency>
Advertisement