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