<dependency>
<groupId>org.wso2.carbon.extension.identity.oauth2.grantType.token.exchange</groupId>
<artifactId>identity-inbound-oauth2-grant-token-exchange</artifactId>
<version>1.0.3</version>
</dependency>
implementation group: 'org.wso2.carbon.extension.identity.oauth2.grantType.token.exchange', name: 'identity-inbound-oauth2-grant-token-exchange', version: '1.0.3'
implementation 'org.wso2.carbon.extension.identity.oauth2.grantType.token.exchange:identity-inbound-oauth2-grant-token-exchange:1.0.3'
implementation("org.wso2.carbon.extension.identity.oauth2.grantType.token.exchange:identity-inbound-oauth2-grant-token-exchange:1.0.3")
libraryDependencies += "org.wso2.carbon.extension.identity.oauth2.grantType.token.exchange" % "identity-inbound-oauth2-grant-token-exchange" % "1.0.3"
<dependency org="org.wso2.carbon.extension.identity.oauth2.grantType.token.exchange" name="identity-inbound-oauth2-grant-token-exchange" rev="1.0.3"/>
@Grapes(
@Grab(group='org.wso2.carbon.extension.identity.oauth2.grantType.token.exchange', module='identity-inbound-oauth2-grant-token-exchange', version='1.0.3')
)
[org.wso2.carbon.extension.identity.oauth2.grantType.token.exchange/identity-inbound-oauth2-grant-token-exchange "1.0.3"]
'org.wso2.carbon.extension.identity.oauth2.grantType.token.exchange:identity-inbound-oauth2-grant-token-exchange:jar:1.0.3'