How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hengboy</groupId>
<artifactId>spring-boot-micro-job</artifactId>
<version>0.0.3.RELEASE</version>
</dependency>
Choose a version of com.github.hengboy : spring-boot-micro-job to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
spring-boot-micro-job-0.0.3.RELEASE
|
||
spring-boot-micro-job-0.0.2.RELEASE
|
|||
spring-boot-micro-job-0.0.1.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hengboy</groupId>
<artifactId>spring-boot-micro-job</artifactId>
<version>0.0.3.RELEASE</version>
</dependency>
Advertisement