How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>tech.iooo.boot</groupId>
<artifactId>iooo-boot-parent</artifactId>
<version>1.1.7</version>
</dependency>
Choose a version of tech.iooo.boot : iooo-boot-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
iooo-boot-parent-1.1.7
|
||
iooo-boot-parent-1.1.6
|
|||
iooo-boot-parent-1.1.5
|
|||
iooo-boot-parent-1.1.4
|
|||
iooo-boot-parent-1.1.3
|
|||
iooo-boot-parent-1.1.2
|
|||
iooo-boot-parent-1.1.1
|
|||
iooo-boot-parent-1.1.0
|
|||
1.0.x |
iooo-boot-parent-1.0.11-RELEASE
|
||
iooo-boot-parent-1.0.10.RELEASE
|
|||
iooo-boot-parent-1.0.9.RELEASE
|
|||
iooo-boot-parent-1.0.8.RELEASE
|
|||
iooo-boot-parent-1.0.7.RELEASE
|
|||
iooo-boot-parent-1.0.6.RELEASE
|
|||
iooo-boot-parent-1.0.5.RELEASE
|
|||
iooo-boot-parent-1.0.4.RELEASE
|
|||
iooo-boot-parent-1.0.2.RELEASE
|
|||
iooo-boot-parent-1.0.1.RELEASE
|
|||
iooo-boot-parent-1.0.1
|
|||
iooo-boot-parent-1.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>tech.iooo.boot</groupId>
<artifactId>iooo-boot-parent</artifactId>
<version>1.1.7</version>
</dependency>
Advertisement