MVN

digital.nedra.commons.starter : security-oauth2-bearer-starter

Maven & Gradle

Feb 14, 2023

security-oauth2-bearer-starter · Spring Boot starter for configuring Spring Security in accordance with the requirements: integration with OAuth2 server, protection of the API starting with the /api prefix, stateless mode for horizontal scaling, bearer-only mode, cross domain requests.

<dependency>
    <groupId>digital.nedra.commons.starter</groupId>
    <artifactId>security-oauth2-bearer-starter</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of digital.nedra.commons.starter : security-oauth2-bearer-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of digital.nedra.commons.starter : security-oauth2-bearer-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
security-oauth2-bearer-starter-2.0.0
1.2.x
security-oauth2-bearer-starter-1.2.5
security-oauth2-bearer-starter-1.2.4
security-oauth2-bearer-starter-1.2.3
security-oauth2-bearer-starter-1.2.2
security-oauth2-bearer-starter-1.2.1
security-oauth2-bearer-starter-1.2.0
1.1.x
security-oauth2-bearer-starter-1.1.2
security-oauth2-bearer-starter-1.1.1
1.0
security-oauth2-bearer-starter-1.0

How to add a dependency to Maven

Add the following digital.nedra.commons.starter : security-oauth2-bearer-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>digital.nedra.commons.starter</groupId>
    <artifactId>security-oauth2-bearer-starter</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following digital.nedra.commons.starter : security-oauth2-bearer-starter gradle dependency to your build.gradle file:

implementation 'digital.nedra.commons.starter:security-oauth2-bearer-starter:2.0.0'

Gradle Kotlin DSL: Add the following digital.nedra.commons.starter : security-oauth2-bearer-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("digital.nedra.commons.starter:security-oauth2-bearer-starter:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following digital.nedra.commons.starter : security-oauth2-bearer-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "digital.nedra.commons.starter" % "security-oauth2-bearer-starter" % "2.0.0"