How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ordinarykai</groupId>
<artifactId>easy-boot-parent</artifactId>
<version>1.7.0</version>
</dependency>
Choose a version of io.github.ordinarykai : easy-boot-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
easy-boot-parent-1.7.0
|
||
1.6.x |
easy-boot-parent-1.6.0
|
||
1.5.x |
easy-boot-parent-1.5.0
|
||
1.4.x |
easy-boot-parent-1.4.0
|
||
1.3.x |
easy-boot-parent-1.3.0
|
||
1.2.x |
easy-boot-parent-1.2.0
|
||
1.1.x |
easy-boot-parent-1.1.0
|
||
1.0.x |
easy-boot-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ordinarykai</groupId>
<artifactId>easy-boot-parent</artifactId>
<version>1.7.0</version>
</dependency>
Advertisement