How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.autumnforestboy</groupId>
<artifactId>autumnforest-boot-parent</artifactId>
<version>1.0.9</version>
</dependency>
Choose a version of io.github.autumnforestboy : autumnforest-boot-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
autumnforest-boot-parent-1.0.9
|
||
autumnforest-boot-parent-1.0.8
|
|||
autumnforest-boot-parent-1.0.7
|
|||
autumnforest-boot-parent-1.0.6
|
|||
autumnforest-boot-parent-1.0.4
|
|||
autumnforest-boot-parent-1.0.3
|
|||
autumnforest-boot-parent-1.0.2
|
|||
autumnforest-boot-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.autumnforestboy</groupId>
<artifactId>autumnforest-boot-parent</artifactId>
<version>1.0.9</version>
</dependency>
Advertisement