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