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