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