MVN

com.sap.cloud.sjb : xs-env

Maven & Gradle

Mar 22, 2023
6 usages

com.sap.cloud.sjb.xs-env · A library for setting up and accessing environment variables and services

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

Latest Version

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

  • Latest Stable: 1.41.0

All Versions

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

  • Version Updated
  • xs-env-1.41.0

    Mar 22, 2023
  • xs-env-1.40.0

    Feb 20, 2023
  • xs-env-1.39.0

    Nov 29, 2022
  • xs-env-1.38.0

    Nov 14, 2022
  • xs-env-1.37.0

    Nov 04, 2022
  • xs-env-1.35.0

    Sep 29, 2022
  • xs-env-1.34.0

    Sep 06, 2022
  • xs-env-1.33.0

    Aug 19, 2022
  • xs-env-1.32.0

    Aug 18, 2022
  • xs-env-1.31.0

    Jul 14, 2022
  • xs-env-1.30.0

    Jul 01, 2022
  • xs-env-1.27.0

    Jun 10, 2022
  • xs-env-1.28.0

    Jun 10, 2022
  • xs-env-1.24.0

    Jan 14, 2022
  • xs-env-1.23.0

    Dec 09, 2021
  • xs-env-1.22.0

    Apr 26, 2021
  • xs-env-1.21.0

    Mar 25, 2021
  • xs-env-1.20.0

    Feb 08, 2021
  • xs-env-1.19.0

    Dec 16, 2020
  • xs-env-1.18.4

    Nov 02, 2020
  • xs-env-1.18.3

    Sep 24, 2020
  • xs-env-1.11.0

    Jul 02, 2019

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sap.cloud.sjb</groupId>
    <artifactId>xs-env</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-env gradle dependency to your build.gradle file:

implementation 'com.sap.cloud.sjb:xs-env:1.41.0'

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

implementation("com.sap.cloud.sjb:xs-env:1.41.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.sap.cloud.sjb" % "xs-env" % "1.41.0"