MVN

org.teiid : spring-data-rest

Maven & Gradle

Jun 23, 2021
10 usages

spring-data-rest · Teiid connector for REST data consumption

<dependency>
    <groupId>org.teiid</groupId>
    <artifactId>spring-data-rest</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.teiid : spring-data-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.2

All Versions

Choose a version of org.teiid : spring-data-rest to add to Maven or Gradle - All Versions:

  • Version Updated
  • spring-data-rest-1.7.2

    Jun 23, 2021
  • spring-data-rest-1.7.1

    Feb 17, 2021
  • spring-data-rest-1.6.0

    Aug 10, 2020
  • spring-data-rest-1.5.1

    Jun 01, 2020
  • spring-data-rest-1.5.0

    May 22, 2020
  • spring-data-rest-1.4.0

    Mar 20, 2020
  • spring-data-rest-1.3.1

    Jan 31, 2020
  • spring-data-rest-1.3.0

    Dec 20, 2019
  • spring-data-rest-1.2.0

    Sep 24, 2019
  • spring-data-rest-1.1.0

    May 24, 2019
  • spring-data-rest-1.0.3

    Mar 06, 2019
  • spring-data-rest-1.0.2

    Jan 18, 2019
  • spring-data-rest-1.0.1

    Dec 11, 2018
  • spring-data-rest-1.0.0

    Jan 30, 2018

How to add a dependency to Maven

Add the following org.teiid : spring-data-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.teiid</groupId>
    <artifactId>spring-data-rest</artifactId>
    <version>1.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.teiid : spring-data-rest gradle dependency to your build.gradle file:

implementation 'org.teiid:spring-data-rest:1.7.2'

Gradle Kotlin DSL: Add the following org.teiid : spring-data-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("org.teiid:spring-data-rest:1.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.teiid : spring-data-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "org.teiid" % "spring-data-rest" % "1.7.2"