is not current version
Last Version 2.1.0

com.github.shawven:security-oauth2 1.0.0

社交登陆、OAuth2基础配置

Categories

Categories

H2 Data Databases Security OAuth2
GroupId

GroupId

com.github.shawven
ArtifactId

ArtifactId

security-oauth2
Version

Version

1.0.0
Type

Type

jar

Download security-oauth2 1.0.0


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