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