How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.t-io</groupId>
<artifactId>tio-spring-boot-parent</artifactId>
<version>3.6.2.v20200808-RELEASE</version>
</dependency>
Choose a version of org.t-io : tio-spring-boot-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.6.x |
tio-spring-boot-parent-3.6.2.v20200808-RELEASE
|
||
tio-spring-boot-parent-3.6.1.v20200512-RELEASE
|
|||
tio-spring-boot-parent-3.6.0.v20200315-RELEASE
|
|||
3.5.x |
tio-spring-boot-parent-3.5.9.v20200214-RELEASE
|
||
tio-spring-boot-parent-3.5.8.v20191228-RELEASE
|
|||
tio-spring-boot-parent-3.5.7.v20191115-RELEASE
|
|||
tio-spring-boot-parent-3.5.6.v20191101-RELEASE
|
|||
tio-spring-boot-parent-3.5.5.v20191010-RELEASE
|
|||
tio-spring-boot-parent-3.5.3.v20190918-RELEASE
|
|||
tio-spring-boot-parent-3.5.2.v20190910-RELEASE
|
|||
tio-spring-boot-parent-3.5.1.v20190826-RELEASE
|
|||
tio-spring-boot-parent-3.5.0.v20190822-RELEASE
|
|||
3.3.x |
tio-spring-boot-parent-3.3.8.v20190820-RELEASE
|
||
tio-spring-boot-parent-3.3.7.v20190818-RELEASE
|
|||
tio-spring-boot-parent-3.3.6.v20190725-RELEASE
|
|||
tio-spring-boot-parent-3.3.5.v20190712-RELEASE
|
|||
tio-spring-boot-parent-3.3.4.v20190705-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.t-io</groupId>
<artifactId>tio-spring-boot-parent</artifactId>
<version>3.6.2.v20200808-RELEASE</version>
</dependency>
Advertisement