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