MVN

com.sap.cloud.sdk.datamodel : rest-core

Maven & Gradle

Mar 04, 2021
2 usages

Data Model - REST Services - Core (Beta) · Generic RESTful API wrapper (Beta release, still subject to change - up to discontinuation of module).

<dependency>
    <groupId>com.sap.cloud.sdk.datamodel</groupId>
    <artifactId>rest-core</artifactId>
    <version>3.39.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.cloud.sdk.datamodel : rest-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.39.0

All Versions

Choose a version of com.sap.cloud.sdk.datamodel : rest-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.39.x
rest-core-3.39.0
3.38.x
rest-core-3.38.0
3.37.x
rest-core-3.37.0
3.36.x
rest-core-3.36.0
3.35.x
rest-core-3.35.0
3.34.x
rest-core-3.34.1
rest-core-3.34.0

How to add a dependency to Maven

Add the following com.sap.cloud.sdk.datamodel : rest-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sap.cloud.sdk.datamodel</groupId>
    <artifactId>rest-core</artifactId>
    <version>3.39.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sap.cloud.sdk.datamodel : rest-core gradle dependency to your build.gradle file:

implementation 'com.sap.cloud.sdk.datamodel:rest-core:3.39.0'

Gradle Kotlin DSL: Add the following com.sap.cloud.sdk.datamodel : rest-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sap.cloud.sdk.datamodel:rest-core:3.39.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sap.cloud.sdk.datamodel : rest-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sap.cloud.sdk.datamodel" % "rest-core" % "3.39.0"