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