MVN

cn.herodotus.engine : oauth2-sdk-authentication-server

Maven & Gradle

Aug 24, 2023
494 stars

基于 Spring Authorization Server 的 Dante Cloud 基础核心组件模块

<dependency>
    <groupId>cn.herodotus.engine</groupId>
    <artifactId>oauth2-sdk-authentication-server</artifactId>
    <version>2.7.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.herodotus.engine : oauth2-sdk-authentication-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.15.0
  • Latest Release Candidate: 3.0.0-RC3

All Versions

Choose a version of cn.herodotus.engine : oauth2-sdk-authentication-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
oauth2-sdk-authentication-server-3.0.6.2
oauth2-sdk-authentication-server-3.0.6.1
oauth2-sdk-authentication-server-3.0.6.0
oauth2-sdk-authentication-server-3.0.5.5
oauth2-sdk-authentication-server-3.0.5.4
oauth2-sdk-authentication-server-3.0.5.3
oauth2-sdk-authentication-server-3.0.5.2
oauth2-sdk-authentication-server-3.0.5.1
oauth2-sdk-authentication-server-3.0.5.0
oauth2-sdk-authentication-server-3.0.4.2
oauth2-sdk-authentication-server-3.0.4.1
oauth2-sdk-authentication-server-3.0.4.0
oauth2-sdk-authentication-server-3.0.3.0
oauth2-sdk-authentication-server-3.0.2.3
oauth2-sdk-authentication-server-3.0.2.2
oauth2-sdk-authentication-server-3.0.2.1
oauth2-sdk-authentication-server-3.0.2.0
oauth2-sdk-authentication-server-3.0.1.0
oauth2-sdk-authentication-server-3.0.0.0
oauth2-sdk-authentication-server-3.0.0-RC3
oauth2-sdk-authentication-server-3.0.0-RC2
oauth2-sdk-authentication-server-3.0.0-RC1
oauth2-sdk-authentication-server-3.0.0-M5
oauth2-sdk-authentication-server-3.0.0-M3
2.7.x
oauth2-sdk-authentication-server-2.7.15.0
oauth2-sdk-authentication-server-2.7.14.0
oauth2-sdk-authentication-server-2.7.13.0
oauth2-sdk-authentication-server-2.7.12.1
oauth2-sdk-authentication-server-2.7.12.0
oauth2-sdk-authentication-server-2.7.11.1
oauth2-sdk-authentication-server-2.7.11.0
oauth2-sdk-authentication-server-2.7.10.2
oauth2-sdk-authentication-server-2.7.10.1
oauth2-sdk-authentication-server-2.7.10.0
oauth2-sdk-authentication-server-2.7.9.2
oauth2-sdk-authentication-server-2.7.9.1
oauth2-sdk-authentication-server-2.7.9.0
oauth2-sdk-authentication-server-2.7.8.1
oauth2-sdk-authentication-server-2.7.8.0
oauth2-sdk-authentication-server-2.7.7.5
oauth2-sdk-authentication-server-2.7.7.4
oauth2-sdk-authentication-server-2.7.7.3

How to add a dependency to Maven

Add the following cn.herodotus.engine : oauth2-sdk-authentication-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.herodotus.engine</groupId>
    <artifactId>oauth2-sdk-authentication-server</artifactId>
    <version>2.7.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.herodotus.engine : oauth2-sdk-authentication-server gradle dependency to your build.gradle file:

implementation 'cn.herodotus.engine:oauth2-sdk-authentication-server:2.7.15.0'

Gradle Kotlin DSL: Add the following cn.herodotus.engine : oauth2-sdk-authentication-server gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.herodotus.engine:oauth2-sdk-authentication-server:2.7.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.herodotus.engine : oauth2-sdk-authentication-server sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.herodotus.engine" % "oauth2-sdk-authentication-server" % "2.7.15.0"