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