MVN

com.sap.hana.cloud : spring-cloud-sap-core

Maven & Gradle

Nov 30, 2015
4 usages
37 stars

spring-cloud-sap-core · Spring Cloud service definitions for SAP HANA Cloud Platform (HCP) and SAP HANA DB platform

<dependency>
    <groupId>com.sap.hana.cloud</groupId>
    <artifactId>spring-cloud-sap-core</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.hana.cloud : spring-cloud-sap-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4.RELEASE

All Versions

Choose a version of com.sap.hana.cloud : spring-cloud-sap-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • spring-cloud-sap-core-1.0.4.RELEASE

    Nov 30, 2015
  • spring-cloud-sap-core-1.0.3.RELEASE

    Nov 16, 2015
  • spring-cloud-sap-core-1.0.2.RELEASE

    Nov 12, 2015
  • spring-cloud-sap-core-1.0.1.RELEASE

    Apr 29, 2015
  • spring-cloud-sap-core-1.0.0.RELEASE

    Nov 25, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sap.hana.cloud</groupId>
    <artifactId>spring-cloud-sap-core</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sap.hana.cloud : spring-cloud-sap-core gradle dependency to your build.gradle file:

implementation 'com.sap.hana.cloud:spring-cloud-sap-core:1.0.4.RELEASE'

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

implementation("com.sap.hana.cloud:spring-cloud-sap-core:1.0.4.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sap.hana.cloud : spring-cloud-sap-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sap.hana.cloud" % "spring-cloud-sap-core" % "1.0.4.RELEASE"