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