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