is not current version
Last Version 2.3

com.gitee.dgut-sai:security-oauth2 1.0.7

基于spring security 5.1.2.RELEASE的国内oauth2登录通用模块

Categories

Categories

H2 Data Databases Security OAuth2
GroupId

GroupId

com.gitee.dgut-sai
ArtifactId

ArtifactId

security-oauth2
Version

Version

1.0.7
Type

Type

jar

Download security-oauth2 1.0.7


<!-- https://jarcasting.com/artifacts/com.gitee.dgut-sai/security-oauth2/ -->
<dependency>
    <groupId>com.gitee.dgut-sai</groupId>
    <artifactId>security-oauth2</artifactId>
    <version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.dgut-sai/security-oauth2/
implementation 'com.gitee.dgut-sai:security-oauth2:1.0.7'
// https://jarcasting.com/artifacts/com.gitee.dgut-sai/security-oauth2/
implementation ("com.gitee.dgut-sai:security-oauth2:1.0.7")
'com.gitee.dgut-sai:security-oauth2:jar:1.0.7'
<dependency org="com.gitee.dgut-sai" name="security-oauth2" rev="1.0.7">
  <artifact name="security-oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.dgut-sai', module='security-oauth2', version='1.0.7')
)
libraryDependencies += "com.gitee.dgut-sai" % "security-oauth2" % "1.0.7"
[com.gitee.dgut-sai/security-oauth2 "1.0.7"]