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