<dependency>
<groupId>org.wso2.carbon.identity.workflow.template.multisteps</groupId>
<artifactId>identity-workflow-template-multisteps</artifactId>
<version>5.5.0</version>
</dependency>
implementation group: 'org.wso2.carbon.identity.workflow.template.multisteps', name: 'identity-workflow-template-multisteps', version: '5.5.0'
implementation 'org.wso2.carbon.identity.workflow.template.multisteps:identity-workflow-template-multisteps:5.5.0'
implementation("org.wso2.carbon.identity.workflow.template.multisteps:identity-workflow-template-multisteps:5.5.0")
libraryDependencies += "org.wso2.carbon.identity.workflow.template.multisteps" % "identity-workflow-template-multisteps" % "5.5.0"
<dependency org="org.wso2.carbon.identity.workflow.template.multisteps" name="identity-workflow-template-multisteps" rev="5.5.0"/>
@Grapes(
@Grab(group='org.wso2.carbon.identity.workflow.template.multisteps', module='identity-workflow-template-multisteps', version='5.5.0')
)
[org.wso2.carbon.identity.workflow.template.multisteps/identity-workflow-template-multisteps "5.5.0"]
'org.wso2.carbon.identity.workflow.template.multisteps:identity-workflow-template-multisteps:jar:5.5.0'