How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.battcn</groupId>
<artifactId>request-spring-boot</artifactId>
<version>1.1.1-RELEASE</version>
</dependency>
Choose a version of com.battcn : request-spring-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
request-spring-boot-1.1.1-RELEASE
|
||
1.0.x |
request-spring-boot-1.0.9-RELEASE
|
||
request-spring-boot-1.0.8-RELEASE
|
|||
request-spring-boot-1.0.7-RELEASE
|
|||
request-spring-boot-1.0.6-RELEASE
|
|||
request-spring-boot-1.0.5-RELEASE
|
|||
request-spring-boot-1.0.3-RELEASE
|
|||
request-spring-boot-1.0.2-RELEASE
|
|||
request-spring-boot-1.0.1-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.battcn</groupId>
<artifactId>request-spring-boot</artifactId>
<version>1.1.1-RELEASE</version>
</dependency>
Advertisement