c

com.adobe.granite.auth.oauth

Provides a Sling AuthenticationHandler service to allow for OAuth 1.0a and OAuth 2.0 authentication and user registration.
文件下载
文件名 操作
com.adobe.granite.auth.oauth-1.0.0-R201304291556.jar 下载
com.adobe.granite.auth.oauth-1.0.0-R201304291556.pom 下载
com.adobe.granite.auth.oauth-1.0.0-R201304291556-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.adobe.granite</groupId>
  <artifactId>com.adobe.granite.auth.oauth</artifactId>
  <version>1.0.0-R201304291556</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.adobe.granite:com.adobe.granite.auth.oauth:1.0.0-R201304291556'
Gradle Kotlin
implementation("com.adobe.granite:com.adobe.granite.auth.oauth:1.0.0-R201304291556")
Scala SBT
libraryDependencies += "com.adobe.granite" % "com.adobe.granite.auth.oauth" % "1.0.0-R201304291556"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.granite', module='com.adobe.granite.auth.oauth', version='1.0.0-R201304291556')
)
Apache Ivy
<dependency org="com.adobe.granite" name="com.adobe.granite.auth.oauth" rev="1.0.0-R201304291556" />
Leiningen
[com.adobe.granite/com.adobe.granite.auth.oauth "1.0.0-R201304291556"]
Apache Buildr
'com.adobe.granite:com.adobe.granite.auth.oauth:jar:1.0.0-R201304291556'