How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.qycr</groupId>
<artifactId>solar-excel-spring-boot-parent</artifactId>
<version>1.1.0</version>
</dependency>
Choose a version of io.github.qycr : solar-excel-spring-boot-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
solar-excel-spring-boot-parent-1.1.0
|
||
1.1 |
solar-excel-spring-boot-parent-1.1
|
||
1.0.x |
solar-excel-spring-boot-parent-1.0.RELEASE
|
||
1.0 |
solar-excel-spring-boot-parent-1.0
|
||
0.1 |
solar-excel-spring-boot-parent-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.qycr</groupId>
<artifactId>solar-excel-spring-boot-parent</artifactId>
<version>1.1.0</version>
</dependency>
Advertisement