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