MVN

com.sap.cloud.spring.boot : spring-boot-service-connector-saas-registry

Maven & Gradle

Aug 23, 2023
1 usages

Service Connector for Saas Registry · Spring Boot Enablement Parent

<dependency>
    <groupId>com.sap.cloud.spring.boot</groupId>
    <artifactId>spring-boot-service-connector-saas-registry</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.cloud.spring.boot : spring-boot-service-connector-saas-registry to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of com.sap.cloud.spring.boot : spring-boot-service-connector-saas-registry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
spring-boot-service-connector-saas-registry-2.1.1
spring-boot-service-connector-saas-registry-2.1.0
2.0.x
spring-boot-service-connector-saas-registry-2.0.1
spring-boot-service-connector-saas-registry-2.0.0
1.25.x
spring-boot-service-connector-saas-registry-1.25.11
spring-boot-service-connector-saas-registry-1.25.10
spring-boot-service-connector-saas-registry-1.25.7
spring-boot-service-connector-saas-registry-1.25.1
spring-boot-service-connector-saas-registry-1.25.0
1.24.x
spring-boot-service-connector-saas-registry-1.24.0
1.23.x
spring-boot-service-connector-saas-registry-1.23.0
1.22.x
spring-boot-service-connector-saas-registry-1.22.1
spring-boot-service-connector-saas-registry-1.22.0
1.21.x
spring-boot-service-connector-saas-registry-1.21.5
spring-boot-service-connector-saas-registry-1.21.4
spring-boot-service-connector-saas-registry-1.21.3
spring-boot-service-connector-saas-registry-1.21.0
1.20.x
spring-boot-service-connector-saas-registry-1.20.2
spring-boot-service-connector-saas-registry-1.20.1
spring-boot-service-connector-saas-registry-1.20.0
1.19.x
spring-boot-service-connector-saas-registry-1.19.1
spring-boot-service-connector-saas-registry-1.19.0
1.18.x
spring-boot-service-connector-saas-registry-1.18.1
spring-boot-service-connector-saas-registry-1.18.0
1.17.x
spring-boot-service-connector-saas-registry-1.17.0
1.16.x
spring-boot-service-connector-saas-registry-1.16.0
1.15.x
spring-boot-service-connector-saas-registry-1.15.0
1.14.x
spring-boot-service-connector-saas-registry-1.14.1
spring-boot-service-connector-saas-registry-1.14.0
1.13.x
spring-boot-service-connector-saas-registry-1.13.0
1.12.x
spring-boot-service-connector-saas-registry-1.12.0
1.11.x
spring-boot-service-connector-saas-registry-1.11.2
spring-boot-service-connector-saas-registry-1.11.1
spring-boot-service-connector-saas-registry-1.11.0
1.10.x
spring-boot-service-connector-saas-registry-1.10.5
spring-boot-service-connector-saas-registry-1.10.4
spring-boot-service-connector-saas-registry-1.10.3
spring-boot-service-connector-saas-registry-1.10.2
spring-boot-service-connector-saas-registry-1.10.0
1.9.x
spring-boot-service-connector-saas-registry-1.9.2
spring-boot-service-connector-saas-registry-1.9.0
1.8.x
spring-boot-service-connector-saas-registry-1.8.0
1.7.x
spring-boot-service-connector-saas-registry-1.7.0
1.6.x
spring-boot-service-connector-saas-registry-1.6.5
spring-boot-service-connector-saas-registry-1.6.2
spring-boot-service-connector-saas-registry-1.6.0
1.5.x
spring-boot-service-connector-saas-registry-1.5.8
spring-boot-service-connector-saas-registry-1.5.6
spring-boot-service-connector-saas-registry-1.5.4
1.4.x
spring-boot-service-connector-saas-registry-1.4.2

How to add a dependency to Maven

Add the following com.sap.cloud.spring.boot : spring-boot-service-connector-saas-registry maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sap.cloud.spring.boot</groupId>
    <artifactId>spring-boot-service-connector-saas-registry</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sap.cloud.spring.boot : spring-boot-service-connector-saas-registry gradle dependency to your build.gradle file:

implementation 'com.sap.cloud.spring.boot:spring-boot-service-connector-saas-registry:2.1.1'

Gradle Kotlin DSL: Add the following com.sap.cloud.spring.boot : spring-boot-service-connector-saas-registry gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sap.cloud.spring.boot:spring-boot-service-connector-saas-registry:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sap.cloud.spring.boot : spring-boot-service-connector-saas-registry sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sap.cloud.spring.boot" % "spring-boot-service-connector-saas-registry" % "2.1.1"