Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity |
ArtifactId | ArtifactIdidentity-user-workflow |
Version | Version5.1.1-m2 |
Type | Typepom |
Filename | Size |
---|---|
identity-user-workflow-5.1.1-m2.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-user-workflow/ -->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-user-workflow</artifactId>
<version>5.1.1-m2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-user-workflow/
implementation 'org.wso2.carbon.identity:identity-user-workflow:5.1.1-m2'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity/identity-user-workflow/
implementation ("org.wso2.carbon.identity:identity-user-workflow:5.1.1-m2")
'org.wso2.carbon.identity:identity-user-workflow:pom:5.1.1-m2'
<dependency org="org.wso2.carbon.identity" name="identity-user-workflow" rev="5.1.1-m2">
<artifact name="identity-user-workflow" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity', module='identity-user-workflow', version='5.1.1-m2')
)
libraryDependencies += "org.wso2.carbon.identity" % "identity-user-workflow" % "5.1.1-m2"
[org.wso2.carbon.identity/identity-user-workflow "5.1.1-m2"]