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