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