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