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