How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hengboy</groupId>
<artifactId>api-boot-project</artifactId>
<version>0.1.1.RELEASE</version>
</dependency>
Choose a version of com.github.hengboy : api-boot-project to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
api-boot-project-0.1.1.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.hengboy</groupId>
<artifactId>api-boot-project</artifactId>
<version>0.1.1.RELEASE</version>
</dependency>
Advertisement