Files download
File Operation
identity-inbound-auth-oauth-7.0.53.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId>
  <artifactId>identity-inbound-auth-oauth</artifactId>
  <version>7.0.53</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.identity.inbound.auth.oauth2:identity-inbound-auth-oauth:7.0.53'
Gradle Kotlin
implementation("org.wso2.carbon.identity.inbound.auth.oauth2:identity-inbound-auth-oauth:7.0.53")
Scala SBT
libraryDependencies += "org.wso2.carbon.identity.inbound.auth.oauth2" % "identity-inbound-auth-oauth" % "7.0.53"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.identity.inbound.auth.oauth2', module='identity-inbound-auth-oauth', version='7.0.53')
)
Apache Ivy
<dependency org="org.wso2.carbon.identity.inbound.auth.oauth2" name="identity-inbound-auth-oauth" rev="7.0.53" />
Leiningen
[org.wso2.carbon.identity.inbound.auth.oauth2/identity-inbound-auth-oauth "7.0.53"]
Apache Buildr
'org.wso2.carbon.identity.inbound.auth.oauth2:identity-inbound-auth-oauth:jar:7.0.53'