is not current version
Last Version 1.0.7

com.fujieid:jap-oauth2 1.0.0-alpha

Based on OAuth 2.0 protocol (rfc6749), Jap implements OAuth 2.0 server and OAuth 2.0 client, which can dock with any platform supporting OAuth 2.0 standard protocol

Categories

Categories

H2 Data Databases OAuth2 Security
GroupId

GroupId

com.fujieid
ArtifactId

ArtifactId

jap-oauth2
Version

Version

1.0.0-alpha
Type

Type

jar

Download jap-oauth2 1.0.0-alpha


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