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