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