MVN

com.sap.cloud.sjb : xs-env

Maven & Gradle

Jun 13, 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.44.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.44.0

All Versions

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

Version Vulnerabilities Updated
1.44.x
xs-env-1.44.0
1.43.x
xs-env-1.43.0
1.42.x
xs-env-1.42.0
1.41.x
xs-env-1.41.0
1.40.x
xs-env-1.40.0
1.39.x
xs-env-1.39.0
1.38.x
xs-env-1.38.0
1.37.x
xs-env-1.37.0
1.35.x
xs-env-1.35.0
1.34.x
xs-env-1.34.0
1.33.x
xs-env-1.33.0
1.32.x
xs-env-1.32.0
1.31.x
xs-env-1.31.0
1.30.x
xs-env-1.30.0
1.28.x
xs-env-1.28.0
1.27.x
xs-env-1.27.0
1.24.x
xs-env-1.24.0
1.23.x
xs-env-1.23.0
1.22.x
xs-env-1.22.0
1.21.x
xs-env-1.21.0
1.20.x
xs-env-1.20.0
1.19.x
xs-env-1.19.0
1.18.x
xs-env-1.18.4
xs-env-1.18.3
1.11.x
xs-env-1.11.0

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.44.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.44.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.44.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.44.0"

Advertisement