MVN

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

Maven & Gradle

Mar 22, 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.40.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.40.0

All Versions

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

  • Version Updated
  • xs-jdbc-routing-datasource-1.40.0

    Mar 22, 2023
  • xs-jdbc-routing-datasource-1.39.0

    Jan 09, 2023
  • xs-jdbc-routing-datasource-1.38.0

    Sep 29, 2022
  • xs-jdbc-routing-datasource-1.37.0

    Aug 19, 2022
  • xs-jdbc-routing-datasource-1.36.0

    Aug 18, 2022
  • xs-jdbc-routing-datasource-1.35.0

    Jul 14, 2022
  • xs-jdbc-routing-datasource-1.34.1

    Jul 01, 2022
  • xs-jdbc-routing-datasource-1.32.0

    Jun 10, 2022
  • xs-jdbc-routing-datasource-1.33.0

    Jun 10, 2022
  • xs-jdbc-routing-datasource-1.27.0

    Feb 03, 2022
  • xs-jdbc-routing-datasource-1.26.0

    Jan 14, 2022
  • xs-jdbc-routing-datasource-1.24.0

    Dec 09, 2021
  • xs-jdbc-routing-datasource-1.22.0

    Apr 26, 2021
  • xs-jdbc-routing-datasource-1.21.0

    Mar 25, 2021
  • xs-jdbc-routing-datasource-1.20.0

    Feb 08, 2021
  • xs-jdbc-routing-datasource-1.19.0

    Dec 22, 2020
  • xs-jdbc-routing-datasource-1.18.0

    Dec 16, 2020
  • xs-jdbc-routing-datasource-1.17.0

    Dec 16, 2020
  • xs-jdbc-routing-datasource-1.16.4

    Nov 02, 2020
  • xs-jdbc-routing-datasource-1.16.3

    Sep 24, 2020
  • xs-jdbc-routing-datasource-1.11.0

    Jul 02, 2019

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.40.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.40.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.40.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.40.0"