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