is not current version
Last Version 2.1.0

com.github.shawven:security-oauth2 2.0.1

spring-security-oauth2配置

Categories

Categories

H2 Data Databases Security OAuth2
GroupId

GroupId

com.github.shawven
ArtifactId

ArtifactId

security-oauth2
Version

Version

2.0.1
Type

Type

jar

Download security-oauth2 2.0.1


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