MVN

com.sap.cloud.security : resourceserver-security-spring-boot-starter

Maven & Gradle

Aug 25, 2023
1 usages
142 stars

SAP Starter for integrating application with IAS and/or XSUAA service

<dependency>
    <groupId>com.sap.cloud.security</groupId>
    <artifactId>resourceserver-security-spring-boot-starter</artifactId>
    <version>2.14.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.cloud.security : resourceserver-security-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14.2

All Versions

Choose a version of com.sap.cloud.security : resourceserver-security-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
resourceserver-security-spring-boot-starter-3.1.3
resourceserver-security-spring-boot-starter-3.1.2
resourceserver-security-spring-boot-starter-3.1.1
resourceserver-security-spring-boot-starter-3.1.0
3.0.x
resourceserver-security-spring-boot-starter-3.0.1
resourceserver-security-spring-boot-starter-3.0.0
2.14.x
resourceserver-security-spring-boot-starter-2.14.2
resourceserver-security-spring-boot-starter-2.14.1
resourceserver-security-spring-boot-starter-2.14.0
2.13.x
resourceserver-security-spring-boot-starter-2.13.9
resourceserver-security-spring-boot-starter-2.13.8
resourceserver-security-spring-boot-starter-2.13.7
resourceserver-security-spring-boot-starter-2.13.6
resourceserver-security-spring-boot-starter-2.13.5
resourceserver-security-spring-boot-starter-2.13.4
resourceserver-security-spring-boot-starter-2.13.3
resourceserver-security-spring-boot-starter-2.13.2
resourceserver-security-spring-boot-starter-2.13.1
resourceserver-security-spring-boot-starter-2.13.0
2.12.x
resourceserver-security-spring-boot-starter-2.12.3
resourceserver-security-spring-boot-starter-2.12.2
resourceserver-security-spring-boot-starter-2.12.1
resourceserver-security-spring-boot-starter-2.12.0
2.11.x
resourceserver-security-spring-boot-starter-2.11.16
resourceserver-security-spring-boot-starter-2.11.15
resourceserver-security-spring-boot-starter-2.11.14
resourceserver-security-spring-boot-starter-2.11.13
resourceserver-security-spring-boot-starter-2.11.12
resourceserver-security-spring-boot-starter-2.11.11
resourceserver-security-spring-boot-starter-2.11.10
resourceserver-security-spring-boot-starter-2.11.9
resourceserver-security-spring-boot-starter-2.11.8
resourceserver-security-spring-boot-starter-2.11.6
resourceserver-security-spring-boot-starter-2.11.5
resourceserver-security-spring-boot-starter-2.11.4
resourceserver-security-spring-boot-starter-2.11.3
resourceserver-security-spring-boot-starter-2.11.2
resourceserver-security-spring-boot-starter-2.11.1
resourceserver-security-spring-boot-starter-2.11.0
2.10.x
resourceserver-security-spring-boot-starter-2.10.5
resourceserver-security-spring-boot-starter-2.10.4
resourceserver-security-spring-boot-starter-2.10.3
resourceserver-security-spring-boot-starter-2.10.2
0.3.x
resourceserver-security-spring-boot-starter-0.3.1
resourceserver-security-spring-boot-starter-0.3.0
0.2.x
resourceserver-security-spring-boot-starter-0.2.0
0.1.x
resourceserver-security-spring-boot-starter-0.1.7
resourceserver-security-spring-boot-starter-0.1.6
resourceserver-security-spring-boot-starter-0.1.5
resourceserver-security-spring-boot-starter-0.1.4
resourceserver-security-spring-boot-starter-0.1.3
resourceserver-security-spring-boot-starter-0.1.2
resourceserver-security-spring-boot-starter-0.1.1
resourceserver-security-spring-boot-starter-0.1.0

How to add a dependency to Maven

Add the following com.sap.cloud.security : resourceserver-security-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sap.cloud.security</groupId>
    <artifactId>resourceserver-security-spring-boot-starter</artifactId>
    <version>2.14.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sap.cloud.security : resourceserver-security-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.sap.cloud.security:resourceserver-security-spring-boot-starter:2.14.2'

Gradle Kotlin DSL: Add the following com.sap.cloud.security : resourceserver-security-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sap.cloud.security:resourceserver-security-spring-boot-starter:2.14.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sap.cloud.security : resourceserver-security-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sap.cloud.security" % "resourceserver-security-spring-boot-starter" % "2.14.2"

Advertisement