MVN

com.sap.cloud.sjb : xs-jdbc-routing-datasource

Maven & Gradle

Jun 13, 2023
5 usages

com.sap.cloud.sjb.xs-jdbc-routing-datasource · XS JDBC Routing Datasource

<dependency>
    <groupId>com.sap.cloud.sjb</groupId>
    <artifactId>xs-jdbc-routing-datasource</artifactId>
    <version>1.41.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.cloud.sjb : xs-jdbc-routing-datasource to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.41.0

All Versions

Choose a version of com.sap.cloud.sjb : xs-jdbc-routing-datasource to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.41.x
xs-jdbc-routing-datasource-1.41.0
1.40.x
xs-jdbc-routing-datasource-1.40.0
1.39.x
xs-jdbc-routing-datasource-1.39.0
1.38.x
xs-jdbc-routing-datasource-1.38.0
1.37.x
xs-jdbc-routing-datasource-1.37.0
1.36.x
xs-jdbc-routing-datasource-1.36.0
1.35.x
xs-jdbc-routing-datasource-1.35.0
1.34.x
xs-jdbc-routing-datasource-1.34.1
1.33.x
xs-jdbc-routing-datasource-1.33.0
1.32.x
xs-jdbc-routing-datasource-1.32.0
1.27.x
xs-jdbc-routing-datasource-1.27.0
1.26.x
xs-jdbc-routing-datasource-1.26.0
1.24.x
xs-jdbc-routing-datasource-1.24.0
1.22.x
xs-jdbc-routing-datasource-1.22.0
1.21.x
xs-jdbc-routing-datasource-1.21.0
1.20.x
xs-jdbc-routing-datasource-1.20.0
1.19.x
xs-jdbc-routing-datasource-1.19.0
1.18.x
xs-jdbc-routing-datasource-1.18.0
1.17.x
xs-jdbc-routing-datasource-1.17.0
1.16.x
xs-jdbc-routing-datasource-1.16.4
xs-jdbc-routing-datasource-1.16.3
1.11.x
xs-jdbc-routing-datasource-1.11.0

How to add a dependency to Maven

Add the following com.sap.cloud.sjb : xs-jdbc-routing-datasource maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sap.cloud.sjb</groupId>
    <artifactId>xs-jdbc-routing-datasource</artifactId>
    <version>1.41.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sap.cloud.sjb : xs-jdbc-routing-datasource gradle dependency to your build.gradle file:

implementation 'com.sap.cloud.sjb:xs-jdbc-routing-datasource:1.41.0'

Gradle Kotlin DSL: Add the following com.sap.cloud.sjb : xs-jdbc-routing-datasource gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sap.cloud.sjb:xs-jdbc-routing-datasource:1.41.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sap.cloud.sjb : xs-jdbc-routing-datasource sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sap.cloud.sjb" % "xs-jdbc-routing-datasource" % "1.41.0"

Advertisement