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