<dependency>
<groupId>org.wso2.carbon.identity.outbound.auth.oauth2</groupId>
<artifactId>identity-outbound-oauth-oauth2</artifactId>
<version>1.0.11</version>
</dependency>
implementation group: 'org.wso2.carbon.identity.outbound.auth.oauth2', name: 'identity-outbound-oauth-oauth2', version: '1.0.11'
implementation 'org.wso2.carbon.identity.outbound.auth.oauth2:identity-outbound-oauth-oauth2:1.0.11'
implementation("org.wso2.carbon.identity.outbound.auth.oauth2:identity-outbound-oauth-oauth2:1.0.11")
libraryDependencies += "org.wso2.carbon.identity.outbound.auth.oauth2" % "identity-outbound-oauth-oauth2" % "1.0.11"
<dependency org="org.wso2.carbon.identity.outbound.auth.oauth2" name="identity-outbound-oauth-oauth2" rev="1.0.11"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity.outbound.auth.oauth2', module='identity-outbound-oauth-oauth2', version='1.0.11')
)
[org.wso2.carbon.identity.outbound.auth.oauth2/identity-outbound-oauth-oauth2 "1.0.11"]
'org.wso2.carbon.identity.outbound.auth.oauth2:identity-outbound-oauth-oauth2:jar:1.0.11'