MVN

org.teiid : teiid-spring-boot-starter-parent

Maven & Gradle

Jun 23, 2021
44 stars

teiid-spring-boot-starter-parent · Teiid application framework bootstrapped with Spring Boot

<dependency>
    <groupId>org.teiid</groupId>
    <artifactId>teiid-spring-boot-starter-parent</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.teiid : teiid-spring-boot-starter-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.7.2

All Versions

Choose a version of org.teiid : teiid-spring-boot-starter-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7.x
teiid-spring-boot-starter-parent-1.7.2
teiid-spring-boot-starter-parent-1.7.1
1.6.x
teiid-spring-boot-starter-parent-1.6.0
1.5.x
teiid-spring-boot-starter-parent-1.5.1
teiid-spring-boot-starter-parent-1.5.0
1.4.x
teiid-spring-boot-starter-parent-1.4.0
1.3.x
teiid-spring-boot-starter-parent-1.3.1
teiid-spring-boot-starter-parent-1.3.0
1.2.x
teiid-spring-boot-starter-parent-1.2.0
1.1.x
teiid-spring-boot-starter-parent-1.1.0
1.0.x
teiid-spring-boot-starter-parent-1.0.3
teiid-spring-boot-starter-parent-1.0.2
teiid-spring-boot-starter-parent-1.0.1
teiid-spring-boot-starter-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.teiid</groupId>
    <artifactId>teiid-spring-boot-starter-parent</artifactId>
    <version>1.7.2</version>
</dependency>

Advertisement