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