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